wok view geos-dev/receipt @ rev 20474

daloradius: typo
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed Oct 17 05:16:53 2018 +0300 (2018-10-17)
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 }