wok diff vzquota/receipt @ rev 18687
libQtOpenGL: fix description
author | Yuri Pourre <yuripourre@gmail.com> |
---|---|
date | Thu Dec 10 13:33:41 2015 -0200 (2015-12-10) |
parents | 940b5937e496 |
children | 3705d68ed8f3 |
line diff
1.1 --- a/vzquota/receipt Wed Mar 02 11:06:20 2011 +0100 1.2 +++ b/vzquota/receipt Thu Dec 10 13:33:41 2015 -0200 1.3 @@ -5,11 +5,13 @@ 1.4 CATEGORY="system-tools" 1.5 SHORT_DESC="Virtuozzo/OpenVZ disk quota control utility" 1.6 MAINTAINER="erjo@slitaz.org" 1.7 -DEPENDS="" 1.8 +LICENSE="GPL2" 1.9 TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.10 WEB_SITE="http://openvz.org" 1.11 WGET_URL="http://download.openvz.org/utils/$PACKAGE/$VERSION/src/$TARBALL" 1.12 1.13 +DEPENDS="" 1.14 + 1.15 # Rules to configure and make the package. 1.16 compile_rules() 1.17 { 1.18 @@ -27,13 +29,13 @@ 1.19 vzquota-${VERSION}.u 1.20 EOT 1.21 1.22 - make && make DESTDIR=$PWD/_pkg install 1.23 + make && make DESTDIR=$DESTDIR install 1.24 } 1.25 1.26 # Rules to gen a SliTaz package suitable for Tazpkg. 1.27 genpkg_rules() 1.28 { 1.29 mkdir -p $fs/usr $fs/var/lib/vzquota 1.30 - cp -a $_pkg/usr/sbin $fs/usr 1.31 + cp -a $install/usr/sbin $fs/usr 1.32 } 1.33