wok view nettle-dev/receipt @ rev 13946

Up gpm (1.20.7)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Jan 29 18:22:11 2013 +0100 (2013-01-29)
parents 2709c1179e44
children 3765f181a6d5
line source
1 # SliTaz package receipt.
3 PACKAGE="nettle-dev"
4 VERSION="2.5"
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 }