wok-next view perl-bit-vector/receipt @ rev 21017

Some maintenance
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Oct 16 16:46:05 2018 +0300 (2018-10-16)
parents 4e6503d7a19f
children d5aab818505e
line source
1 # SliTaz package receipt v2.
3 PACKAGE="perl-bit-vector"
4 VERSION="7.4"
5 CATEGORY="perl"
6 SHORT_DESC="Bit::Vector - Efficient bit vector, set of integers and \"big \
7 int\" math library"
8 MAINTAINER="slaxemulator@gmail.com"
9 LICENSE="GPL"
10 WEB_SITE="https://metacpan.org/release/Bit-Vector"
11 REPOLOGY="perl:bit-vector"
13 TARBALL="Bit-Vector-$VERSION.tar.gz"
14 WGET_URL="https://cpan.metacpan.org/authors/id/S/ST/STBEY/$TARBALL"
16 BUILD_DEPENDS="perl-carp-clan perl-dev"
18 compile_rules() {
19 perl Makefile.PL &&
20 make && make DESTDIR=$install install &&
22 chmod -R u+w $install
23 }
25 genpkg_rules() {
26 copy @std
27 DEPENDS="perl-carp-clan"
28 }