# HG changeset patch # User Hans-G?nter Theisgen # Date 1586620946 -3600 # Node ID ec3fce5ac742b75292b342440d10383f4b1f0674 # Parent 04e66a06bae2e5cc10372e83cd6afedeb6fb686f updated quota (4.01 -> 4.05) diff -r 04e66a06bae2 -r ec3fce5ac742 quota/receipt --- a/quota/receipt Sat Apr 11 16:43:49 2020 +0100 +++ b/quota/receipt Sat Apr 11 17:02:26 2020 +0100 @@ -1,25 +1,26 @@ # SliTaz package receipt. PACKAGE="quota" -VERSION="4.01" +VERSION="4.05" CATEGORY="system-tools" -SHORT_DESC="Tools for the Linux Diskquota system" +SHORT_DESC="Tools for the Linux Diskquota system." MAINTAINER="pascal.bellard@slitaz.org" LICENSE="GPL2" +WEB_SITE="https://sourceforge.net/projects/linuxquota/" + TARBALL="$PACKAGE-$VERSION.tar.gz" -WEB_SITE="http://quota.sourceforge.net/" WGET_URL="$SF_MIRROR/linuxquota/quota-tools/$VERSION/$TARBALL" DEPENDS="e2fsprogs" -BUILD_DEPENDS="gettext e2fsprogs-dev" +BUILD_DEPENDS="e2fsprogs-dev gettext" # Rules to configure and make the package. compile_rules() { - cd $src - ./configure --prefix=/usr \ - --sysconfdir=/etc \ - --mandir=/usr/share/man \ + ./configure \ + --prefix=/usr \ + --sysconfdir=/etc \ + --mandir=/usr/share/man \ $CONFIGURE_ARGS && make && make ROOTDIR=$DESTDIR install 2>&1 | grep -v '*.2' @@ -29,7 +30,8 @@ genpkg_rules() { mkdir -p $fs/usr - cp -a $install/usr/bin $fs/usr - cp -a $install/usr/sbin $fs/usr - cp -a $install/etc $fs + + cp -a $install/usr/bin $fs/usr + cp -a $install/usr/sbin $fs/usr + cp -a $install/etc $fs }