wok-next diff quota/receipt @ rev 21271
up openssl10: 1.0.2o to 1.0.2t -> soon EOL
author | Erkan Yilmaz <erkan@slitaz.org> |
---|---|
date | Sat Dec 07 12:21:21 2019 +0000 (2019-12-07) |
parents | 133539d3f6d9 |
children |
line diff
1.1 --- a/quota/receipt Fri Apr 20 07:08:32 2018 +0300 1.2 +++ b/quota/receipt Sat Dec 07 12:21:21 2019 +0000 1.3 @@ -11,16 +11,16 @@ 1.4 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.5 WGET_URL="$SF_MIRROR/linuxquota/$TARBALL" 1.6 1.7 -BUILD_DEPENDS="gettext libcomerr-dev e2fsprogs-dev dbus-dev libnl-dev \ 1.8 +BUILD_DEPENDS="gettext-dev libcomerr-dev e2fsprogs-dev dbus-dev libnl-dev \ 1.9 rpcsvc-proto libtirpc-dev" 1.10 -SPLIT="quota-dev" 1.11 +SPLIT="$PACKAGE-dev" 1.12 1.13 compile_rules() { 1.14 export CPPFLAGS="$CPPFLAGS -I/usr/include/tirpc/" 1.15 1.16 ./configure $CONFIGURE_ARGS && 1.17 make && 1.18 - make ROOTDIR=$DESTDIR install 1.19 + make ROOTDIR=$install install 1.20 } 1.21 1.22 genpkg_rules() {