wok-next view perl-yaml-syck/receipt @ rev 20616

xrdp: up 0.9.3.1; zopfli: fix build; gcc61: attempt to fix; add gcc6 (latest among 6.x.x).
gcc61 and gcc6 are broken now.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Apr 21 05:15:11 2018 +0300 (2018-04-21)
parents dfb3d7f1daed
children 4e6503d7a19f
line source
1 # SliTaz package receipt v2.
3 PACKAGE="perl-yaml-syck"
4 VERSION="1.30"
5 CATEGORY="perl"
6 SHORT_DESC="YAML::Syck - Fast, lightweight YAML loader and dumper"
7 MAINTAINER="slaxemulator@gmail.com"
8 LICENSE="MIT"
9 WEB_SITE="https://metacpan.org/release/YAML-Syck"
11 TARBALL="YAML-Syck-$VERSION.tar.gz"
12 WGET_URL="https://cpan.metacpan.org/authors/id/T/TO/TODDR/$TARBALL"
14 BUILD_DEPENDS="perl-dev"
16 compile_rules() {
17 perl Makefile.PL -y &&
18 make && make DESTDIR=$install install &&
20 chmod -R u+w $install
21 }
23 genpkg_rules() {
24 copy @std
25 DEPENDS="perl"
26 }