wok-next view nettle-dev/receipt @ rev 19986
softgun, lighttpd: update deps
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Oct 19 19:25:50 2017 +0200 (2017-10-19) |
parents | 35a20e111081 |
children |
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 copy *.h *.pc
19 }