wok diff apr-util-dev/receipt @ rev 1217

Add: subversion and deps from Lars-Eri, Helander.
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Sun Aug 10 07:42:07 2008 +0200 (2008-08-10)
parents
children 03a799424aaa
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/apr-util-dev/receipt	Sun Aug 10 07:42:07 2008 +0200
     1.3 @@ -0,0 +1,23 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="apr-util-dev"
     1.7 +VERSION="1.3.2"
     1.8 +CATEGORY="Development"
     1.9 +SHORT_DESC="Apache Portable Runtime Library Utilities"
    1.10 +MAINTAINER="lehswe@gmail.com"
    1.11 +WANTED="apr-util"
    1.12 +TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.13 +WEB_SITE="http://apr.apache.org"
    1.14 +
    1.15 +
    1.16 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.17 +genpkg_rules()
    1.18 +{
    1.19 +	mkdir -p $fs/usr/lib/apr-util-1
    1.20 +	cp -a $_pkg/usr/include $fs/usr
    1.21 +	cp -a $_pkg/usr/bin $fs/usr
    1.22 +	cp -a $_pkg/usr/lib/*.*a $fs/usr/lib
    1.23 +	cp -a $_pkg/usr/lib/apr-util-1/*.*a $fs/usr/apr-util-1
    1.24 +	cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib
    1.25 +}
    1.26 +