wok-next diff drbd-utils/receipt @ rev 21001

Typo
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Oct 05 14:47:39 2018 +0300 (2018-10-05)
parents f0a5d5f9a02a
children d5aab818505e
line diff
     1.1 --- a/drbd-utils/receipt	Mon Sep 21 11:18:17 2015 +0200
     1.2 +++ b/drbd-utils/receipt	Fri Oct 05 14:47:39 2018 +0300
     1.3 @@ -1,30 +1,24 @@
     1.4 -# SliTaz package receipt.
     1.5 +# SliTaz package receipt v2.
     1.6  
     1.7  PACKAGE="drbd-utils"
     1.8  VERSION="8.9.1"
     1.9  CATEGORY="system-tools"
    1.10 -SHORT_DESC="DRBD is a block device to build high availability clusters."
    1.11 +SHORT_DESC="DRBD is a block device to build high availability clusters"
    1.12  MAINTAINER="pascal.bellard@slitaz.org"
    1.13  LICENSE="GPL2"
    1.14 +WEB_SITE="http://drbd.linbit.com/"
    1.15 +
    1.16  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.17 -WEB_SITE="http://drbd.linbit.com/"
    1.18  WGET_URL="http://oss.linbit.com/drbd/$TARBALL"
    1.19  
    1.20  BUILD_DEPENDS="flex libxslt"
    1.21  
    1.22 -# Rules to configure and make the package.
    1.23 -compile_rules()
    1.24 -{
    1.25 -	./configure --prefix=/usr \
    1.26 -		--sysconfdir=/etc \
    1.27 -		--localstatedir=/var \
    1.28 -		$CONFIGURE_ARGS &&
    1.29 +compile_rules() {
    1.30 +	./configure $CONFIGURE_ARGS &&
    1.31  	make &&
    1.32  	make DESTDIR=$DESTDIR install
    1.33  }
    1.34  
    1.35 -# Rules to gen a SliTaz package suitable for Tazpkg.
    1.36 -genpkg_rules()
    1.37 -{
    1.38 -	cp -a $install/* $fs/
    1.39 +genpkg_rules() {
    1.40 +	copy @std
    1.41  }