# SliTaz package receipt. PACKAGE="perl-yaml-syck" VERSION="1.17" CATEGORY="development" SHORT_DESC="Fast, lightweight YAML loader and dumper" MAINTAINER="slaxemulator@gmail.com" DEPENDS="perl" BUILD_DEPENDS="perl" SOURCE="YAML-Syck" TARBALL="$SOURCE-$VERSION.tar.gz" WEB_SITE="http://search.cpan.org/disk/YAML-Syck/" WGET_URL="http://www.cpan.org/authors/id/A/AV/AVAR/$TARBALL" # Rules to configure and make the package. compile_rules() { cd $src perl Makefile.PL -y && make && make DESTDIR=$PWD/_pkg install } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr cp -a $_pkg/usr/lib $fs/usr }