wok-next diff apr-dbd-sqlite/receipt @ rev 4644

Add: apr-dbd-(mysql,obdc,pgsql,sqlite)
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Sat Dec 26 10:40:23 2009 +0100 (2009-12-26)
parents
children bef314ba01da
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/apr-dbd-sqlite/receipt	Sat Dec 26 10:40:23 2009 +0100
     1.3 @@ -0,0 +1,20 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="apr-dbd-sqlite"
     1.7 +VERSION="1.3.9"
     1.8 +CATEGORY="developement"
     1.9 +SHORT_DESC="Apache Portable Runtime Library Utilities SQLite DBD driver"
    1.10 +MAINTAINER="erjo@slitaz.org"
    1.11 +DEPENDS="apr-util sqlite"
    1.12 +TARBALL="$SOURCE-$VERSION.tar.gz"
    1.13 +WEB_SITE="http://apr.apache.org"
    1.14 +WANTED="apr-util"
    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 +	
    1.21 +	cp -a $_pkg/usr/lib/apr-util-1/*sqlite*.so $fs/usr/lib/apr-util-1
    1.22 +}
    1.23 +