# HG changeset patch # User Aleksej Bobylev # Date 1508789671 -10800 # Node ID e781488be2feaec7cd1f71eff6273918fb535651 # Parent 26b78719991dfa7790e7063f1046d341ffd49df1 Up cookutils (987) diff -r 26b78719991d -r e781488be2fe cookutils/receipt --- a/cookutils/receipt Mon Oct 23 20:07:47 2017 +0200 +++ b/cookutils/receipt Mon Oct 23 23:14:31 2017 +0300 @@ -1,7 +1,7 @@ # SliTaz package receipt v2. PACKAGE="cookutils" -VERSION="984" +VERSION="987" CATEGORY="base-system" SHORT_DESC="SliTaz packages builder new generation" MAINTAINER="pankso@slitaz.org" diff -r 26b78719991d -r e781488be2fe pkcs/receipt --- a/pkcs/receipt Mon Oct 23 20:07:47 2017 +0200 +++ b/pkcs/receipt Mon Oct 23 23:14:31 2017 +0300 @@ -6,12 +6,16 @@ SHORT_DESC="Public-key cryptography devel files" MAINTAINER="slaxemulator@gmail.com" LICENSE="MIT" +WEB_SITE="http://www.truecrypt.org/" + TARBALL="$PACKAGE-$VERSION.tar.gz" -WEB_SITE="http://www.truecrypt.org/" WGET_URL="ftp://ftp.archlinux.org/other/tc/$TARBALL" -genpkg_rules() -{ - mkdir -p $fs/usr/include/pkcs - cp -a $src/* $fs/usr/include/pkcs -} \ No newline at end of file +compile_rules() { + mkdir -p $install/usr/include/pkcs + cp -r $src/* $install/usr/include/pkcs +} + +genpkg_rules() { + copy @dev +}