wok view perl-yaml-syck/receipt @ rev 22781

updated freetype and freetype-dev (2.6.4 -> 2.10.1)
author Hans-G?nter Theisgen
date Sun Jan 26 09:26:49 2020 +0100 (2020-01-26)
parents 20661c276bcf
children 396f1a263e34
line source
1 # SliTaz package receipt.
3 PACKAGE="perl-yaml-syck"
4 VERSION="1.31"
5 CATEGORY="development"
6 SHORT_DESC="Fast, lightweight YAML loader and dumper"
7 MAINTAINER="slaxemulator@gmail.com"
8 LICENSE="GPL"
9 DEPENDS="perl"
10 BUILD_DEPENDS="perl"
11 SOURCE="YAML-Syck"
12 TARBALL="$SOURCE-$VERSION.tar.gz"
13 WEB_SITE="https://metacpan.org/release/YAML-Syck"
14 WGET_URL="https://cpan.metacpan.org/authors/id/T/TO/TODDR/$TARBALL"
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 perl Makefile.PL -y &&
20 make &&
21 make DESTDIR=$DESTDIR install
22 }
24 # Rules to gen a SliTaz package suitable for Tazpkg.
25 genpkg_rules()
26 {
27 mkdir -p $fs/usr
28 cp -a $install/usr/lib $fs/usr
29 }