wok view geos/receipt @ rev 12137

zlib: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Mar 13 23:48:17 2012 +0100 (2012-03-13)
parents
children 76b72f1ad63c
line source
1 # SliTaz package receipt.
3 PACKAGE="geos"
4 VERSION="3.3.2"
5 CATEGORY="misc"
6 SHORT_DESC="Geometry Engine, Open Source."
7 MAINTAINER="erjo@slitaz.org"
8 WEB_SITE="http://trac.osgeo.org/geos/"
9 TARBALL="$PACKAGE-$VERSION.tar.bz2"
10 WGET_URL="http://download.osgeo.org/geos/$TARBALL"
12 DEPENDS=""
13 BUILD_DEPENDS=""
15 # Rules to configure and make the package.
16 compile_rules()
17 {
18 ./configure $CONFIGURE_ARGS && make && make install
19 }
21 # Rules to gen a SliTaz package suitable for Tazpkg.
22 genpkg_rules()
23 {
24 mkdir -p $fs/usr/lib
25 cp -a $install/usr/lib/*.so* $fs/usr/lib
26 }