wok view nettle-dev/receipt @ rev 20976

updated glpi (0.80.7 -> 9.4)
author Hans-G?nter Theisgen
date Tue Mar 05 17:17:27 2019 +0100 (2019-03-05)
parents f6439eea12df
children 163f71af5751
line source
1 # SliTaz package receipt.
3 PACKAGE="nettle-dev"
4 VERSION="3.1.1"
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 pkg-config"
15 # Rules to gen a SliTaz package suitable for Tazpkg.
16 genpkg_rules()
17 {
18 mkdir -p $fs/usr/lib
19 cp -a $install/usr/include $fs/usr
20 cp -a $install/usr/lib/*a $fs/usr/lib
21 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
22 }