wok view geos-dev/receipt @ rev 20534

Add util-linux-losetup
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Nov 26 09:46:23 2018 +0100 (2018-11-26)
parents fe9e51a734b0
children 39567aac1197
line source
1 # SliTaz package receipt.
3 PACKAGE="geos-dev"
4 VERSION="3.5.0"
5 CATEGORY="development"
6 SHORT_DESC="Geos dev files."
7 MAINTAINER="erjo@slitaz.org"
8 LICENSE="LGPL2.1"
9 WEB_SITE="http://trac.osgeo.org/geos/"
10 WANTED="geos"
12 DEPENDS="geos"
13 BUILD_DEPENDS=""
16 # Rules to gen a SliTaz package suitable for Tazpkg.
17 genpkg_rules()
18 {
19 mkdir -p $fs/usr/bin $fs/usr/lib
21 cp -a $install/usr/bin $fs/usr
22 cp -a $install/usr/include $fs/usr
23 cp -a $install/usr/lib/*.*a $fs/usr/lib
24 }