wok view nettle-dev/receipt @ rev 19712

podofo: disble lua
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Feb 15 17:57:05 2017 +0100 (2017-02-15)
parents 314808318aef
children fc9203de5ff2
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"
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 }