wok view nettle-dev/receipt @ rev 21450
minetest: typos
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Apr 29 18:09:29 2019 +0200 (2019-04-29) |
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 }