wok-stable annotate nettle-dev/receipt @ rev 12426
lxc: fix util-linux-ng-getopt depend
author | Stanislas Leduc <shann@slitaz.org> |
---|---|
date | Sat Dec 21 11:19:27 2013 +0100 (2013-12-21) |
parents | |
children |
rev | line source |
---|---|
devl547@11265 | 1 # SliTaz package receipt. |
devl547@11265 | 2 |
devl547@11265 | 3 PACKAGE="nettle-dev" |
devl547@11265 | 4 VERSION="2.4" |
devl547@11265 | 5 CATEGORY="development" |
devl547@11265 | 6 SHORT_DESC="Nettle is a cryptographic library that is designed to fit easily in more or less any context" |
devl547@11265 | 7 MAINTAINER="devl547@gmail.com" |
devl547@11265 | 8 WANTED="nettle" |
devl547@11265 | 9 WEB_SITE="http://www.lysator.liu.se/~nisse/nettle/" |
devl547@11265 | 10 |
devl547@11265 | 11 # Rules to gen a SliTaz package suitable for Tazpkg. |
devl547@11265 | 12 genpkg_rules() |
devl547@11265 | 13 { |
devl547@11265 | 14 mkdir -p $fs/usr/lib |
devl547@11265 | 15 cp -a $_pkg/usr/include $fs/usr |
devl547@11265 | 16 } |
devl547@11265 | 17 |