# SliTaz package receipt. PACKAGE="perl-class-accessor" VERSION="0.34" CATEGORY="development" SHORT_DESC="Automated accessor generation" MAINTAINER="slaxemulator@gmail.com" DEPENDS="perl" SOURCE="Class-Accessor" TARBALL="$SOURCE-$VERSION.tar.gz" WEB_SITE="http://search.cpan.org/dist/Class-Accessor/" WGET_URL="http://www.cpan.org/authors/id/K/KA/KASEI/$TARBALL" # Rules to configure and make the package. compile_rules() { cd $src perl Makefile.PL && make && make DESTDIR=$DESTDIR install } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr cp -a $_pkg/usr/lib $fs/usr }