comparison text/libxslt/libxslt.sh @ 539:f3e036ac528e

text: use new FHS
author David Demelier <markand@malikania.fr>
date Wed, 10 Apr 2019 20:26:00 +0200
parents 23680a77e956
children bad483aace64
comparison
equal deleted inserted replaced
538:0f8451f3a1e9 539:f3e036ac528e
54 LDFLAGS="$LDFLAGS" \ 54 LDFLAGS="$LDFLAGS" \
55 LIBS="$LIBS" \ 55 LIBS="$LIBS" \
56 ./configure \ 56 ./configure \
57 --build=$CBUILD \ 57 --build=$CBUILD \
58 --host=$CHOST \ 58 --host=$CHOST \
59 --prefix=/usr \ 59 --prefix=/ \
60 --with-html-dir=/usr/share/doc/$PKGNAME/html \ 60 --with-html-dir=/share/doc/$PKGNAME/html \
61 --with-html-subdir="" \ 61 --with-html-subdir="" \
62 --disable-static \ 62 --disable-static \
63 --enable-shared \ 63 --enable-shared \
64 $with_crypto 64 $with_crypto
65 make 65 make
66 make install DESTDIR=$DESTDIR 66 make install DESTDIR=$DESTDIR
67 rm -f $DESTDIR/usr/lib/lib*xslt.la 67 rm -f $DESTDIR/lib/lib*xslt.la
68 68
69 popd 69 popd
70 rm -rf $PKGNAME-$PKGVERSION 70 rm -rf $PKGNAME-$PKGVERSION
71 } 71 }