wok-current rev 23603
updated quota (4.01 -> 4.05)
author | Hans-G?nter Theisgen |
---|---|
date | Sat Apr 11 17:02:26 2020 +0100 (2020-04-11) |
parents | 04e66a06bae2 |
children | 30cc9f65eaa5 |
files | quota/receipt |
line diff
1.1 --- a/quota/receipt Sat Apr 11 16:43:49 2020 +0100 1.2 +++ b/quota/receipt Sat Apr 11 17:02:26 2020 +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 }