wok-next view nettle-dev/receipt @ rev 19662

Remove tazchroot (not used for yearsand unusable)
author Christophe Lincoln <pankso@slitaz.org>
date Thu Mar 16 18:37:27 2017 +0100 (2017-03-16)
parents f6439eea12df
children f463de72afe3
line source
1 # SliTaz package receipt.
3 PACKAGE="nettle-dev"
4 VERSION="3.3"
5 CATEGORY="development"
6 SHORT_DESC="devel files for nettle"
7 MAINTAINER="devl547@gmail.com"
8 LICENSE="LGPL2.1"
9 WEB_SITE="http://www.lysator.liu.se/~nisse/nettle/"
10 HOST_ARCH="i486 arm"
12 WANTED="nettle"
13 DEPENDS="nettle gmp-dev"
15 # Rules to gen a SliTaz package suitable for Tazpkg.
16 genpkg_rules()
17 {
18 cook_copy_files *.h *.pc
19 }