wok view proj-dev/receipt @ rev 11939

libwebkit-video: fixed wget filename
author Samuel Trassare <samuel_trassare@yahoo.com>
date Wed Feb 29 21:28:39 2012 -0800 (2012-02-29)
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 }