wok view geos-dev/receipt @ rev 14895

Add gvpe
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Jul 26 12:36:51 2013 +0000 (2013-07-26)
parents c47e4f56e593
children 76b72f1ad63c
line source
1 # SliTaz package receipt.
3 PACKAGE="geos-dev"
4 VERSION="3.3.2"
5 CATEGORY="development"
6 SHORT_DESC="Geos dev files."
7 MAINTAINER="erjo@slitaz.org"
8 WEB_SITE="http://trac.osgeo.org/geos/"
9 WANTED="geos"
11 DEPENDS="geos"
12 BUILD_DEPENDS=""
15 # Rules to gen a SliTaz package suitable for Tazpkg.
16 genpkg_rules()
17 {
18 mkdir -p $fs/usr/bin $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 cp -a $install/usr/lib/geos $fs/usr/lib
24 }