wok-stable view perl-dbd-sqlite/receipt @ rev 12362

Added DBD::SQlite
author Brenton Scott <admin@trixarian.net>
date Thu Dec 20 10:07:42 2012 +0200 (2012-12-20)
parents
children f85ba349ca40
line source
1 # SliTaz package receipt.
3 PACKAGE="perl-dbd-sqlite"
4 VERSION="1.37"
5 CATEGORY="development"
6 SHORT_DESC="DBD::Pg module is a Perl extension."
7 MAINTAINER="admin@trixarian.net"
8 SOURCE="DBD-SQLite"
9 TARBALL="$SOURCE-$VERSION.tar.gz"
10 WEB_SITE="http://cpan.org/"
11 WGET_URL="http://cpan.org/authors/id/A/AD/ADAMK/$TARBALL"
12 DEPENDS="perl perl-dbi-dbd libsqlite"
13 BUILD_DEPENDS="perl perl-dbi-dbd sqlite-dev"
15 # Rules to configure and make the package.
16 compile_rules()
17 {
18 cd $src
19 perl Makefile.PL
20 make
21 make DESTDIR=$DESTDIR install
22 }
24 # Rules to gen a SliTaz package suitable for Tazpkg.
25 genpkg_rules()
26 {
27 mkdir -p $fs/usr
28 cp -a $install/usr/lib $fs/usr
29 }