wok view geos-dev/receipt @ rev 13428

Add ntfsprogs-dev (again)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Oct 04 11:21:46 2012 +0200 (2012-10-04)
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 }