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

Update libunwind, strace; pcmanfm-qt: update dependencies; shrink icu (less 2MB comparing to the *-full version); add awf.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed Nov 22 21:52:02 2017 +0200 (2017-11-22)
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 }