wok-next view perl-dbd-mysql/receipt @ rev 20820

Update Perl modules
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed Jun 13 23:41:47 2018 +0300 (2018-06-13)
parents bc6672455954
children 95baf8487fc9
line source
1 # SliTaz package receipt.
3 PACKAGE="perl-dbd-mysql"
4 VERSION="4.046"
5 CATEGORY="perl"
6 SHORT_DESC="DBD::mysql - MySQL driver for the Perl5 Database Interface (DBI)"
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="GPL"
9 WEB_SITE="https://metacpan.org/release/DBD-mysql"
11 TARBALL="DBD-mysql-$VERSION.tar.gz"
12 WGET_URL="https://cpan.metacpan.org/authors/id/M/MI/MICHIELB/$TARBALL"
14 DEPENDS="perl perl-dbi libmysqlclient zlib"
15 BUILD_DEPENDS="perl-dev perl-dbi mysql-dev perl-devel-checklib"
17 # Rules to configure and make the package.
18 compile_rules()
19 {
20 perl Makefile.PL &&
21 make && make DESTDIR=$install install &&
23 chmod -R u+w $install
24 }
26 # Rules to gen a SliTaz package suitable for Tazpkg.
27 genpkg_rules()
28 {
29 copy @std
30 }