wok-next annotate nettle-dev/receipt @ rev 11352
busybox/httpd: add support for system passwords
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Nov 29 18:11:22 2011 +0100 (2011-11-29) |
parents | |
children | 2709c1179e44 |
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 |