wok view geos-dev/receipt @ rev 14141

libmnl*: add 1.0.3
author Samuel Trassare <samuel_trassare@yahoo.com>
date Fri Mar 01 08:37:16 2013 -0800 (2013-03-01)
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 }