wok view nettle-dev/receipt @ rev 12693

Up: slitaz-boot-scripts (5.0) No more lang/kmap config at boot, use new tazlocale/tazkeymap functions
author Christophe Lincoln <pankso@slitaz.org>
date Wed May 02 17:05:52 2012 +0200 (2012-05-02)
parents
children 2709c1179e44
line source
1 # SliTaz package receipt.
3 PACKAGE="nettle-dev"
4 VERSION="2.4"
5 CATEGORY="development"
6 SHORT_DESC="Nettle is a cryptographic library that is designed to fit easily in more or less any context"
7 MAINTAINER="devl547@gmail.com"
8 WANTED="nettle"
9 WEB_SITE="http://www.lysator.liu.se/~nisse/nettle/"
11 # Rules to gen a SliTaz package suitable for Tazpkg.
12 genpkg_rules()
13 {
14 mkdir -p $fs/usr/lib
15 cp -a $_pkg/usr/include $fs/usr
16 }