wok view libxml2-dev/receipt @ rev 13070

Up: getmail to 4.30.0.
author Christopher Rogers <slaxemulator@gmail.com>
date Mon Jun 25 07:48:02 2012 +0000 (2012-06-25)
parents c50f70597a21
children 27727d07d680
line source
1 # SliTaz package receipt.
3 PACKAGE="libxml2-dev"
4 VERSION="2.7.8"
5 CATEGORY="development"
6 SHORT_DESC="XML C parser and toolkit devel files."
7 MAINTAINER="pankso@slitaz.org"
8 WANTED="libxml2"
9 WEB_SITE="http://xmlsoft.org/"
10 HOST_ARCH="i486 arm"
12 DEPENDS="libxml2-tools"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr/lib $fs/usr/bin $fs/usr/share
18 cp -a $install/usr/bin/xml2-config $fs/usr/bin
19 cp -a $install/usr/lib/*.sh $fs/usr/bin
20 cp -a $install/usr/lib/*.*a $fs/usr/lib
21 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
22 cp -a $install/usr/include $fs/usr
23 cp -a $install/usr/share/aclocal $fs/usr/share
24 chmod +x $fs/usr/bin/*.sh
25 }