wok-current view nettle-dev/receipt @ rev 13378
Up: dbus to 1.6.4.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Wed Sep 19 05:18:15 2012 +0000 (2012-09-19) |
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 }