# SliTaz package receipt. PACKAGE="perl-net-ip" VERSION="1.25" CATEGORY="development" SHORT_DESC="Net::IP module is a Perl extension." MAINTAINER="pascal.bellard@slitaz.org" DEPENDS="perl" BUILD_DEPENDS="perl" SOURCE="Net-IP" TARBALL="$SOURCE-$VERSION.tar.gz" WEB_SITE="http://www.cpan.org/modules/" WGET_URL="http://search.cpan.org/CPAN/authors/id/M/MA/MANU/$TARBALL" # Rules to configure and make the package. compile_rules() { mv $SOURCE $src 2> /dev/null cd $src perl Makefile.PL && 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 }