wok-next view perl-io-stringy/receipt @ rev 20402

Up seed (3.8.1) use webkitgtk instead of libwebkit; add cogl for clutter; up clutter (1.26.2) using mesa17 instead of mesa; up gnome-games using mesa17 instead of mix 'mesa & mesa17'
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Dec 05 17:49:11 2017 +0200 (2017-12-05)
parents
children 4e6503d7a19f
line source
1 # SliTaz package receipt.
3 PACKAGE="perl-io-stringy"
4 VERSION="2.111"
5 CATEGORY="perl"
6 SHORT_DESC="IO::Stringy - I/O on in-core objects like strings and arrays"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="GPL"
9 WEB_SITE="https://metacpan.org/release/IO-stringy"
11 TARBALL="IO-stringy-$VERSION.tar.gz"
12 WGET_URL="https://cpan.metacpan.org/authors/id/D/DS/DSKOLL/$TARBALL"
14 DEPENDS="perl"
15 BUILD_DEPENDS="perl"
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 }