wok-6.x view nettle-dev/receipt @ rev 13657
pcsc-lite: up to 1.8.6, fix drivers path and add daemon init script
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Wed Nov 21 20:44:31 2012 +0000 (2012-11-21) |
parents | bcdfb30b149b |
children | d2414b55d081 |
line source
1 # SliTaz package receipt.
3 PACKAGE="nettle-dev"
4 VERSION="2.4"
5 CATEGORY="development"
6 SHORT_DESC="devel files for nettle"
7 MAINTAINER="devl547@gmail.com"
8 WEB_SITE="http://www.lysator.liu.se/~nisse/nettle/"
10 WANTED="nettle"
11 DEPENDS="nettle"
13 # Rules to gen a SliTaz package suitable for Tazpkg.
14 genpkg_rules()
15 {
16 mkdir -p $fs/usr/lib
17 cp -a $install/usr/include $fs/usr
18 cp -a $install/usr/lib/*a $fs/usr/lib
19 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
20 }