wok-next annotate 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
rev   line source
erjo@8057 1 # SliTaz package receipt.
erjo@8057 2
erjo@8057 3 PACKAGE="vzquota"
erjo@8057 4 VERSION="3.0.12"
slaxemulator@8857 5 CATEGORY="system-tools"
erjo@8057 6 SHORT_DESC="Virtuozzo/OpenVZ disk quota control utility"
al@21020 7 MAINTAINER="devel@slitaz.org"
pascal@15363 8 LICENSE="GPL2"
al@21020 9 WEB_SITE="https://openvz.livejournal.com/"
al@21020 10
erjo@8057 11 TARBALL="$PACKAGE-$VERSION.tar.bz2"
erjo@8057 12 WGET_URL="http://download.openvz.org/utils/$PACKAGE/$VERSION/src/$TARBALL"
erjo@8057 13
al@21020 14 compile_rules() {
al@21020 15 make &&
al@21020 16 make DESTDIR=$install install || return 1
pascal@15363 17
al@21020 18 mkdir -p $install/var/lib/vzquota/
erjo@8057 19 }
erjo@8057 20
al@21020 21 genpkg_rules() {
al@21020 22 copy @std
erjo@8057 23 }