comparison graphics/libtiff/libtiff.sh @ 523:b1690d766bdb

graphics: use new FHS
author David Demelier <markand@malikania.fr>
date Tue, 09 Apr 2019 20:04:48 +0200
parents 7828241c9634
children bad483aace64
comparison
equal deleted inserted replaced
522:574e733aebf8 523:b1690d766bdb
77 LDFLAGS="$LDFLAGS" \ 77 LDFLAGS="$LDFLAGS" \
78 LIBS="$LIBS" \ 78 LIBS="$LIBS" \
79 ./configure \ 79 ./configure \
80 --build=$CBUILD \ 80 --build=$CBUILD \
81 --host=$CHOST \ 81 --host=$CHOST \
82 --prefix=/usr \ 82 --prefix=/ \
83 --with-docdir=/usr/share/doc/libtiff \ 83 --with-docdir=/share/doc/libtiff \
84 --disable-static \ 84 --disable-static \
85 --enable-shared \ 85 --enable-shared \
86 $with_jpeg \ 86 $with_jpeg \
87 $with_lzma \ 87 $with_lzma \
88 $with_zlib \ 88 $with_zlib \
89 $with_zstd 89 $with_zstd
90 make 90 make
91 make install DESTDIR=$DESTDIR 91 make install DESTDIR=$DESTDIR
92 rm -f $DESTDIR/usr/lib/libtiff{,xx}.la 92 rm -f $DESTDIR/lib/libtiff{,xx}.la
93 93
94 popd 94 popd
95 rm -rf tiff-$PKGVERSION 95 rm -rf tiff-$PKGVERSION
96 } 96 }