wok-6.x view geos-dev/receipt @ rev 13938
xvkbd: add 3d effects
author | Paul Issott <paul@slitaz.org> |
---|---|
date | Sat Jan 26 17:23:58 2013 +0000 (2013-01-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 }