wok view perl-dbd-pg/receipt @ rev 13615

Up+fix: lm-sensors (3.3.3) Add kernel patch, linux-hwmon as dep (we need more i2c mods)
author Christophe Lincoln <pankso@slitaz.org>
date Tue Nov 13 10:01:24 2012 +0100 (2012-11-13)
parents
children 2d12ebd38be4
line source
1 # SliTaz package receipt.
3 PACKAGE="perl-dbd-pg"
4 VERSION="2.19.3"
5 CATEGORY="development"
6 SHORT_DESC="DBD::Pg module is a Perl extension."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 SOURCE="DBD-Pg"
9 TARBALL="$SOURCE-$VERSION.tar.gz"
10 WEB_SITE="http://cpan.org/"
11 WGET_URL="http://cpan.org/authors/id/T/TU/TURNSTEP/$TARBALL"
13 DEPENDS="perl perl-dbi-dbd libpostgresqlclient"
14 BUILD_DEPENDS="perl perl-dbi-dbd postgresql-dev"
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 cd $src
20 perl Makefile.PL
21 make
22 make DESTDIR=$DESTDIR install
23 }
25 # Rules to gen a SliTaz package suitable for Tazpkg.
26 genpkg_rules()
27 {
28 mkdir -p $fs/usr
29 cp -a $install/usr/lib $fs/usr
30 }