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

Tiny edits
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Mar 03 17:38:00 2018 +0200 (2018-03-03)
parents dfb3d7f1daed
children 44d2daaccb67
line source
1 # SliTaz package receipt.
3 PACKAGE="perl-dbd-mysql"
4 VERSION="4.042"
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 }