wok diff at/receipt @ rev 19217

Up compiz* (0.8.12)
author Xander Ziiryanoff <psychomaniak@xakep.ru>
date Fri Jun 17 15:09:10 2016 +0300 (2016-06-17)
parents b8f690d89541
children 7f39549720b8
line diff
     1.1 --- a/at/receipt	Thu Oct 13 02:28:37 2011 +0000
     1.2 +++ b/at/receipt	Fri Jun 17 15:09:10 2016 +0300
     1.3 @@ -5,11 +5,13 @@
     1.4  CATEGORY="system-tools"
     1.5  SHORT_DESC="Schedule commands to be executed once."
     1.6  MAINTAINER="pascal.bellard@slitaz.org"
     1.7 -BUILD_DEPENDS="bison flex ssmtp"
     1.8 +LICENSE="GPL2"
     1.9  TARBALL="${PACKAGE}_${VERSION}.orig.tar.gz"
    1.10  WEB_SITE="http://packages.debian.org/lenny/at"
    1.11  WGET_URL="http://ftp.debian.org/debian/pool/main/${PACKAGE:0:1}/$PACKAGE/$TARBALL"
    1.12  
    1.13 +BUILD_DEPENDS="bison flex ssmtp"
    1.14 +
    1.15  # Rules to configure and make the package.
    1.16  compile_rules()
    1.17  {
    1.18 @@ -28,9 +30,9 @@
    1.19  genpkg_rules()
    1.20  {
    1.21  	mkdir -p $fs/usr $fs/etc/init.d
    1.22 -	cp -a $_pkg/usr/bin $fs/usr
    1.23 -	cp -a $_pkg/usr/sbin $fs/usr
    1.24 -	cp -a $_pkg/etc $fs
    1.25 -	cp -a $_pkg/var $fs
    1.26 +	cp -a $install/usr/bin $fs/usr
    1.27 +	cp -a $install/usr/sbin $fs/usr
    1.28 +	cp -a $install/etc $fs
    1.29 +	cp -a $install/var $fs
    1.30  	cp -a $stuff/atd $fs/etc/init.d
    1.31  }