wok-next diff vzquota/receipt @ rev 21154

updated firefox-official (59.0.3 -> 65.0)
author Hans-G?nter Theisgen
date Fri Feb 01 15:39:07 2019 +0100 (2019-02-01)
parents d6378d455338
children
line diff
     1.1 --- a/vzquota/receipt	Thu May 10 21:12:00 2018 +0300
     1.2 +++ b/vzquota/receipt	Fri Feb 01 15:39:07 2019 +0100
     1.3 @@ -4,24 +4,20 @@
     1.4  VERSION="3.0.12"
     1.5  CATEGORY="system-tools"
     1.6  SHORT_DESC="Virtuozzo/OpenVZ disk quota control utility"
     1.7 -MAINTAINER="erjo@slitaz.org"
     1.8 +MAINTAINER="devel@slitaz.org"
     1.9  LICENSE="GPL2"
    1.10 +WEB_SITE="https://openvz.livejournal.com/"
    1.11 +
    1.12  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.13 -WEB_SITE="http://openvz.org"
    1.14  WGET_URL="http://download.openvz.org/utils/$PACKAGE/$VERSION/src/$TARBALL"
    1.15  
    1.16 -DEPENDS=""
    1.17 +compile_rules() {
    1.18 +	make &&
    1.19 +	make DESTDIR=$install install || return 1
    1.20  
    1.21 -# Rules to configure and make the package.
    1.22 -compile_rules()
    1.23 -{
    1.24 -	make && make DESTDIR=$DESTDIR install
    1.25 +	mkdir -p $install/var/lib/vzquota/
    1.26  }
    1.27  
    1.28 -# Rules to gen a SliTaz package suitable for Tazpkg.
    1.29 -genpkg_rules()
    1.30 -{
    1.31 -	mkdir -p $fs/usr $fs/var/lib/vzquota
    1.32 -	cp -a $install/usr/sbin $fs/usr
    1.33 +genpkg_rules() {
    1.34 +	copy @std
    1.35  }
    1.36 -