wok view nettle-dev/receipt @ rev 13674

Up units (2.01)
author Paul Issott <paul@slitaz.org>
date Sun Nov 25 18:24:35 2012 +0000 (2012-11-25)
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 }