wok diff sagan-rules/receipt @ rev 11460

orage: add popt to depends
author Antoine Bodin <gokhlayeh@slitaz.org>
date Sat Dec 17 11:42:21 2011 +0100 (2011-12-17)
parents f40fbf8bf14b
children 164fcaca1cd0
line diff
     1.1 --- a/sagan-rules/receipt	Wed Dec 14 02:30:44 2011 +0100
     1.2 +++ b/sagan-rules/receipt	Sat Dec 17 11:42:21 2011 +0100
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="sagan-rules"
     1.7 -VERSION="current"
     1.8 +VERSION="08222011"
     1.9  CATEGORY="security"
    1.10  SHORT_DESC="sagan rules"
    1.11  MAINTAINER="erjo@slitaz.org"
    1.12 @@ -9,21 +9,9 @@
    1.13  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.14  WGET_URL="http://sagan.softwink.com/rules/$TARBALL"
    1.15  
    1.16 -DEPENDS=""
    1.17 -BUILD_DEPENDS=""
    1.18 -
    1.19 -# Rules to configure and make the package.
    1.20 -compile_rules()
    1.21 -{
    1.22 -	[ -d $install ] || mkdir -p $install
    1.23 -	cp *  $install
    1.24 -	
    1.25 -}
    1.26 -
    1.27  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.28  genpkg_rules()
    1.29  {
    1.30  	mkdir -p $fs/etc/sagan/rules
    1.31 -	
    1.32 -	cp -a $install/* $fs/etc/sagan/rules
    1.33 +	cp -a $src/* $fs/etc/sagan/rules
    1.34  }