wok-next diff nettle-dev/receipt @ rev 13751
clamtk: fix genpkg_rules (thanks ernia)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Jan 02 14:23:17 2013 +0100 (2013-01-02) |
parents | bcdfb30b149b |
children | d2414b55d081 |
line diff
1.1 --- a/nettle-dev/receipt Wed Nov 09 12:24:28 2011 +0000 1.2 +++ b/nettle-dev/receipt Wed Jan 02 14:23:17 2013 +0100 1.3 @@ -3,15 +3,18 @@ 1.4 PACKAGE="nettle-dev" 1.5 VERSION="2.4" 1.6 CATEGORY="development" 1.7 -SHORT_DESC="Nettle is a cryptographic library that is designed to fit easily in more or less any context" 1.8 +SHORT_DESC="devel files for nettle" 1.9 MAINTAINER="devl547@gmail.com" 1.10 +WEB_SITE="http://www.lysator.liu.se/~nisse/nettle/" 1.11 + 1.12 WANTED="nettle" 1.13 -WEB_SITE="http://www.lysator.liu.se/~nisse/nettle/" 1.14 +DEPENDS="nettle" 1.15 1.16 # Rules to gen a SliTaz package suitable for Tazpkg. 1.17 genpkg_rules() 1.18 { 1.19 mkdir -p $fs/usr/lib 1.20 - cp -a $_pkg/usr/include $fs/usr 1.21 + cp -a $install/usr/include $fs/usr 1.22 + cp -a $install/usr/lib/*a $fs/usr/lib 1.23 + cp -a $install/usr/lib/pkgconfig $fs/usr/lib 1.24 } 1.25 -