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

Up perl-test-pod, perl-yaml-syck, xmlto, rust, svgcleaner.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Feb 07 19:04:50 2017 +0200 (2017-02-07)
parents 2d12ebd38be4
children 1a86cb99cbbf
line source
1 # SliTaz package receipt.
3 PACKAGE="perl-yaml-syck"
4 VERSION="1.29"
5 CATEGORY="development"
6 SHORT_DESC="Fast, lightweight YAML loader and dumper"
7 MAINTAINER="slaxemulator@gmail.com"
8 LICENSE="GPL"
9 WEB_SITE="http://search.cpan.org/disk/YAML-Syck/"
11 TARBALL="YAML-Syck-$VERSION.tar.gz"
12 WGET_URL="https://cpan.metacpan.org/authors/id/T/TO/TODDR/$TARBALL"
14 DEPENDS="perl"
15 BUILD_DEPENDS="perl"
17 # Rules to configure and make the package.
18 compile_rules()
19 {
20 perl Makefile.PL -y &&
21 make &&
22 make DESTDIR=$DESTDIR install
23 }
25 # Rules to gen a SliTaz package suitable for Tazpkg.
26 genpkg_rules()
27 {
28 mkdir -p $fs/usr
29 cp -a $install/usr/lib $fs/usr
30 }