wok annotate geos-dev/receipt @ rev 18949

mdocml: add LDFLAGS
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Mar 06 21:11:00 2016 +0100 (2016-03-06)
parents fe9e51a734b0
children 39567aac1197
rev   line source
erjo@11629 1 # SliTaz package receipt.
erjo@11629 2
erjo@11629 3 PACKAGE="geos-dev"
pascal@18579 4 VERSION="3.5.0"
erjo@11629 5 CATEGORY="development"
erjo@11629 6 SHORT_DESC="Geos dev files."
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 WANTED="geos"
erjo@11629 11
erjo@11629 12 DEPENDS="geos"
erjo@11629 13 BUILD_DEPENDS=""
erjo@11629 14
erjo@11629 15
erjo@11629 16 # Rules to gen a SliTaz package suitable for Tazpkg.
erjo@11629 17 genpkg_rules()
erjo@11629 18 {
erjo@11629 19 mkdir -p $fs/usr/bin $fs/usr/lib
erjo@11629 20
erjo@11629 21 cp -a $install/usr/bin $fs/usr
erjo@11629 22 cp -a $install/usr/include $fs/usr
erjo@11629 23 cp -a $install/usr/lib/*.*a $fs/usr/lib
erjo@11629 24 }