wok-next rev 20057

Up cookutils (987)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Mon Oct 23 23:14:31 2017 +0300 (2017-10-23)
parents 26b78719991d
children 43650d7c14eb
files cookutils/receipt pkcs/receipt
line diff
     1.1 --- a/cookutils/receipt	Mon Oct 23 20:07:47 2017 +0200
     1.2 +++ b/cookutils/receipt	Mon Oct 23 23:14:31 2017 +0300
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt v2.
     1.5  
     1.6  PACKAGE="cookutils"
     1.7 -VERSION="984"
     1.8 +VERSION="987"
     1.9  CATEGORY="base-system"
    1.10  SHORT_DESC="SliTaz packages builder new generation"
    1.11  MAINTAINER="pankso@slitaz.org"
     2.1 --- a/pkcs/receipt	Mon Oct 23 20:07:47 2017 +0200
     2.2 +++ b/pkcs/receipt	Mon Oct 23 23:14:31 2017 +0300
     2.3 @@ -6,12 +6,16 @@
     2.4  SHORT_DESC="Public-key cryptography devel files"
     2.5  MAINTAINER="slaxemulator@gmail.com"
     2.6  LICENSE="MIT"
     2.7 +WEB_SITE="http://www.truecrypt.org/"
     2.8 +
     2.9  TARBALL="$PACKAGE-$VERSION.tar.gz"
    2.10 -WEB_SITE="http://www.truecrypt.org/"
    2.11  WGET_URL="ftp://ftp.archlinux.org/other/tc/$TARBALL"
    2.12  
    2.13 -genpkg_rules()
    2.14 -{
    2.15 -	mkdir -p $fs/usr/include/pkcs
    2.16 -	cp -a $src/* $fs/usr/include/pkcs
    2.17 -}
    2.18 \ No newline at end of file
    2.19 +compile_rules() {
    2.20 +	mkdir -p $install/usr/include/pkcs
    2.21 +	cp -r $src/* $install/usr/include/pkcs
    2.22 +}
    2.23 +
    2.24 +genpkg_rules() {
    2.25 +	copy @dev
    2.26 +}