wok view nettle-dev/receipt @ rev 17113

qedit: patch ; Add libqscintilla ; Add juffed
author Xander Ziiryanoff <psychomaniak@xakep.ru>
date Tue Sep 02 17:57:40 2014 +0200 (2014-09-02)
parents 6739a11f9858
children f6439eea12df
line source
1 # SliTaz package receipt.
3 PACKAGE="nettle-dev"
4 VERSION="2.7.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 }