wok-stable annotate nettle-dev/receipt @ rev 11386

Compat: ensure that pam WGET_URL is non-https. Otherwise tazwok can't download it at cook-toolchain time
author Antoine Bodin <gokhlayeh@slitaz.org>
date Sat Dec 10 04:42:49 2011 +0100 (2011-12-10)
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