wok diff quota/receipt @ rev 24031

updated dialog (1.3_20190211 -> 1.3_20210324)
author Hans-G?nter Theisgen
date Tue Apr 06 13:52:57 2021 +0100 (2021-04-06)
parents 03c130fb62b4
children e919c5a2742d
line diff
     1.1 --- a/quota/receipt	Wed Jun 19 23:14:49 2013 +0200
     1.2 +++ b/quota/receipt	Tue Apr 06 13:52:57 2021 +0100
     1.3 @@ -1,25 +1,26 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="quota"
     1.7 -VERSION="4.01"
     1.8 +VERSION="4.05"
     1.9  CATEGORY="system-tools"
    1.10 -SHORT_DESC="Tools for the Linux Diskquota system"
    1.11 +SHORT_DESC="Tools for the Linux Diskquota system."
    1.12  MAINTAINER="pascal.bellard@slitaz.org"
    1.13  LICENSE="GPL2"
    1.14 +WEB_SITE="https://sourceforge.net/projects/linuxquota/"
    1.15 +
    1.16  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.17 -WEB_SITE="http://quota.sourceforge.net/"
    1.18  WGET_URL="$SF_MIRROR/linuxquota/quota-tools/$VERSION/$TARBALL"
    1.19  
    1.20  DEPENDS="e2fsprogs"
    1.21 -BUILD_DEPENDS="gettext e2fsprogs-dev"
    1.22 +BUILD_DEPENDS="e2fsprogs-dev gettext"
    1.23  
    1.24  # Rules to configure and make the package.
    1.25  compile_rules()
    1.26  {
    1.27 -	cd $src
    1.28 -	./configure --prefix=/usr \
    1.29 -		--sysconfdir=/etc \
    1.30 -		--mandir=/usr/share/man \
    1.31 +	./configure			\
    1.32 +		--prefix=/usr		\
    1.33 +		--sysconfdir=/etc	\
    1.34 +		--mandir=/usr/share/man	\
    1.35  		$CONFIGURE_ARGS &&
    1.36  	make &&
    1.37  	make ROOTDIR=$DESTDIR install 2>&1 | grep -v '*.2'
    1.38 @@ -29,7 +30,8 @@
    1.39  genpkg_rules()
    1.40  {
    1.41  	mkdir -p $fs/usr
    1.42 -	cp -a $install/usr/bin $fs/usr
    1.43 -	cp -a $install/usr/sbin $fs/usr
    1.44 -	cp -a $install/etc $fs
    1.45 +
    1.46 +	cp -a $install/usr/bin	$fs/usr
    1.47 +	cp -a $install/usr/sbin	$fs/usr
    1.48 +	cp -a $install/etc	$fs
    1.49  }