wok-6.x view geos-dev/receipt @ rev 22957
updated iptables and iptables-dev (1.4.21 -> 1.8.4)
author | Hans-G?nter Theisgen |
---|---|
date | Fri Feb 28 15:41:30 2020 +0100 (2020-02-28) |
parents | 39567aac1197 |
children | 633a990fb38c |
line source
1 # SliTaz package receipt.
3 PACKAGE="geos-dev"
4 VERSION="3.8.0"
5 CATEGORY="development"
6 SHORT_DESC="Geos development files."
7 MAINTAINER="erjo@slitaz.org"
8 LICENSE="LGPL2.1"
9 WEB_SITE="https://trac.osgeo.org/geos/"
11 DEPENDS="geos"
12 WANTED="geos"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr/bin
18 mkdir -p $fs/usr/lib
20 cp -a $install/usr/bin $fs/usr
21 cp -a $install/usr/include $fs/usr
22 cp -a $install/usr/lib/*.*a $fs/usr/lib
23 }