wok view geos-dev/receipt @ rev 23945

Up slitaz-base-files (342)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Sep 18 18:47:32 2020 +0000 (2020-09-18)
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 }