wok-stable annotate expat-dev/receipt @ rev 10728

Fixed all sourced slitaz-dev-tools receipts. The way cook works is it keeps the .hg folder when downloading mecurial sources. By downloading the $VERSION.tar.bz2 and renaming it $SOURCE-$VERSION.tar.bz2 we don't keep the .hg folder in source tarball. Repos will be backup on source dvd anyway so this does save a little bit of space.
author Christopher Rogers <slaxemulator@gmail.com>
date Sat May 28 21:18:14 2011 +0000 (2011-05-28)
parents 90aff787d4cc
children
rev   line source
pankso@34 1 # SliTaz package receipt.
pankso@34 2
pankso@34 3 PACKAGE="expat-dev"
pankso@34 4 VERSION="2.0.1"
pankso@199 5 CATEGORY="development"
pankso@34 6 SHORT_DESC="XML parsing library devel files."
pankso@34 7 MAINTAINER="pankso@slitaz.org"
pascal@1064 8 WEB_SITE="http://expat.sourceforge.net/"
slaxemulator@6634 9 DEPENDS="expat"
pankso@34 10 WANTED="expat"
pankso@34 11
pankso@34 12 # Rules to gen a SliTaz package suitable for Tazpkg.
pankso@34 13 genpkg_rules()
pankso@34 14 {
pankso@34 15 mkdir -p $fs/usr/lib
pankso@34 16 cp -a $_pkg/usr/lib/*.*a $fs/usr/lib
pankso@34 17 cp -a $_pkg/usr/include $fs/usr
pankso@34 18 }