wok annotate geos/receipt @ rev 19709

ntfs-3g: no cp + wildcard + absolute links
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Feb 15 15:15:00 2017 +0100 (2017-02-15)
parents 76b72f1ad63c
children 39567aac1197
rev   line source
erjo@11629 1 # SliTaz package receipt.
erjo@11629 2
erjo@11629 3 PACKAGE="geos"
pascal@18579 4 VERSION="3.5.0"
erjo@11629 5 CATEGORY="misc"
erjo@11629 6 SHORT_DESC="Geometry Engine, Open Source."
erjo@11629 7 MAINTAINER="erjo@slitaz.org"
pascal@14996 8 LICENSE="LGPL2.1"
erjo@11629 9 WEB_SITE="http://trac.osgeo.org/geos/"
erjo@11629 10 TARBALL="$PACKAGE-$VERSION.tar.bz2"
erjo@11629 11 WGET_URL="http://download.osgeo.org/geos/$TARBALL"
erjo@11629 12
pascal@18579 13 DEPENDS="gcc-lib-base"
erjo@11629 14 BUILD_DEPENDS=""
erjo@11629 15
erjo@11629 16 # Rules to configure and make the package.
erjo@11629 17 compile_rules()
erjo@11629 18 {
erjo@11629 19 ./configure $CONFIGURE_ARGS && make && make install
erjo@11629 20 }
erjo@11629 21
erjo@11629 22 # Rules to gen a SliTaz package suitable for Tazpkg.
erjo@11629 23 genpkg_rules()
erjo@11629 24 {
erjo@11629 25 mkdir -p $fs/usr/lib
erjo@11629 26 cp -a $install/usr/lib/*.so* $fs/usr/lib
erjo@11629 27 }