wok-next diff quota/receipt @ rev 21659

updated fltk (1.3.4 -> 1.3.5)
author Hans-G?nter Theisgen
date Sat Jun 27 10:39:07 2020 +0100 (2020-06-27)
parents 133539d3f6d9
children
line diff
     1.1 --- a/quota/receipt	Fri Apr 20 07:08:32 2018 +0300
     1.2 +++ b/quota/receipt	Sat Jun 27 10:39:07 2020 +0100
     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() {