wok-next diff pkcs/receipt @ rev 20232

enna, libsdl2-ttf, linphone: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Nov 06 08:50:36 2017 +0100 (2017-11-06)
parents 23c3aed67cd9
children d5aab818505e
line diff
     1.1 --- a/pkcs/receipt	Thu Dec 05 20:23:08 2013 +0000
     1.2 +++ b/pkcs/receipt	Mon Nov 06 08:50:36 2017 +0100
     1.3 @@ -6,12 +6,16 @@
     1.4  SHORT_DESC="Public-key cryptography devel files"
     1.5  MAINTAINER="slaxemulator@gmail.com"
     1.6  LICENSE="MIT"
     1.7 +WEB_SITE="http://www.truecrypt.org/"
     1.8 +
     1.9  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.10 -WEB_SITE="http://www.truecrypt.org/"
    1.11  WGET_URL="ftp://ftp.archlinux.org/other/tc/$TARBALL"
    1.12  
    1.13 -genpkg_rules()
    1.14 -{
    1.15 -	mkdir -p $fs/usr/include/pkcs
    1.16 -	cp -a $src/* $fs/usr/include/pkcs
    1.17 -}
    1.18 \ No newline at end of file
    1.19 +compile_rules() {
    1.20 +	mkdir -p $install/usr/include/pkcs
    1.21 +	cp -r $src/* $install/usr/include/pkcs
    1.22 +}
    1.23 +
    1.24 +genpkg_rules() {
    1.25 +	copy @dev
    1.26 +}