comparison graphics/libpng/libpng.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
40 LDFLAGS="$LDFLAGS" \ 40 LDFLAGS="$LDFLAGS" \
41 LIBS="$LIBS" \ 41 LIBS="$LIBS" \
42 ./configure \ 42 ./configure \
43 --build=$CBUILD \ 43 --build=$CBUILD \
44 --host=$CHOST \ 44 --host=$CHOST \
45 --prefix=/usr \ 45 --prefix=/ \
46 --enable-shared \ 46 --enable-shared \
47 --disable-static 47 --disable-static
48 make 48 make
49 make install DESTDIR=$DESTDIR 49 make install DESTDIR=$DESTDIR
50 rm -f $DESTDIR/usr/lib/libpng{,16}.la 50 rm -f $DESTDIR/lib/libpng{,16}.la
51 51
52 popd 52 popd
53 rm -rf $PKGNAME-$PKGVERSION 53 rm -rf $PKGNAME-$PKGVERSION
54 } 54 }