comparison lib/popt/popt.sh @ 526:eec0faf3636c

lib: use new FHS
author David Demelier <markand@malikania.fr>
date Tue, 09 Apr 2019 20:11:07 +0200
parents 515778c3a417
children bad483aace64
comparison
equal deleted inserted replaced
525:babbd8d8b41a 526:eec0faf3636c
47 CC="$CC" \ 47 CC="$CC" \
48 CFLAGS="$CFLAGS" \ 48 CFLAGS="$CFLAGS" \
49 LDFLAGS="$LDFLAGS" \ 49 LDFLAGS="$LDFLAGS" \
50 LIBS="$LIBS" \ 50 LIBS="$LIBS" \
51 ./configure \ 51 ./configure \
52 --prefix=/usr \ 52 --prefix=/ \
53 --enable-shared \ 53 --enable-shared \
54 --disable-static \ 54 --disable-static \
55 $with_nls 55 $with_nls
56 make 56 make
57 make install DESTDIR=$DESTDIR 57 make install DESTDIR=$DESTDIR
58 rm -f $DESTDIR/usr/lib/libpopt.la 58 rm -f $DESTDIR/lib/libpopt.la
59 59
60 popd 60 popd
61 rm -rf $PKGNAME-$PKGVERSION 61 rm -rf $PKGNAME-$PKGVERSION
62 } 62 }