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

text: use new FHS
author David Demelier <markand@malikania.fr>
date Wed, 10 Apr 2019 20:26:00 +0200
parents 72390c93b9d3
children bad483aace64
comparison
equal deleted inserted replaced
538:0f8451f3a1e9 539:f3e036ac528e
75 LDFLAGS="$LDFLAGS" \ 75 LDFLAGS="$LDFLAGS" \
76 LIBS="$LIBS" \ 76 LIBS="$LIBS" \
77 ./configure \ 77 ./configure \
78 --build=$CBUILD \ 78 --build=$CBUILD \
79 --host=$CHOST \ 79 --host=$CHOST \
80 --prefix=/usr \ 80 --prefix=/ \
81 --docdir=/usr/share/doc/$PKGNAME \ 81 --docdir=/share/doc/$PKGNAME \
82 --with-html-dir=/usr/share/doc/$PKGNAME/html \ 82 --with-html-dir=/share/doc/$PKGNAME/html \
83 --with-html-subdir="" \ 83 --with-html-subdir="" \
84 --disable-static \ 84 --disable-static \
85 --enable-shared \ 85 --enable-shared \
86 $with_icu \ 86 $with_icu \
87 $with_lzma \ 87 $with_lzma \
89 $with_zlib 89 $with_zlib
90 make 90 make
91 make \ 91 make \
92 DESTDIR=$DESTDIR \ 92 DESTDIR=$DESTDIR \
93 DOC_MODULE=$PKGNAME \ 93 DOC_MODULE=$PKGNAME \
94 docsdir=/usr/share/doc/$PKGNAME/python \ 94 docsdir=/share/doc/$PKGNAME/python \
95 install 95 install
96 rm -f $DESTDIR/usr/lib/libxml2.la 96 rm -f $DESTDIR/lib/libxml2.la
97 97
98 popd 98 popd
99 rm -rf $PKGNAME-$PKGVERSION 99 rm -rf $PKGNAME-$PKGVERSION
100 } 100 }