wok view proj-dev/receipt @ rev 13026

barnyard2, gnome-keyring-dev, python-vte: fix category
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Jun 11 17:41:52 2012 +0200 (2012-06-11)
parents
children 91ed8fa372e3
line source
1 # SliTaz package receipt.
3 PACKAGE="proj-dev"
4 VERSION="4.7.0"
5 CATEGORY="misc"
6 SHORT_DESC="Proj dev files."
7 MAINTAINER="erjo@slitaz.org"
8 WEB_SITE="http://trac.osgeo.org/proj/"
9 TARBALL="$PACKAGE-$VERSION.tar.gz"
10 WANTED="proj"
12 DEPENDS="proj"
13 BUILD_DEPENDS=""
16 # Rules to gen a SliTaz package suitable for Tazpkg.
17 genpkg_rules()
18 {
19 mkdir -p $fs/usr/lib
21 cp -a $install/usr/lib/*.*a $fs/usr/lib
22 cp -a $install/usr/include $fs/usr
24 }