wok rev 14282

Add perl-unix-mknod
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Apr 06 15:47:07 2013 +0200 (2013-04-06)
parents df7f484ec8df
children 21c1edd6d6f8
files perl-lchown/receipt perl-unix-mknod/receipt
line diff
     1.1 --- a/perl-lchown/receipt	Sat Apr 06 15:40:02 2013 +0200
     1.2 +++ b/perl-lchown/receipt	Sat Apr 06 15:47:07 2013 +0200
     1.3 @@ -10,8 +10,8 @@
     1.4  WEB_SITE="http://cpan.org/"
     1.5  WGET_URL="http://search.cpan.org/CPAN/authors/id/N/NC/NCLEATON/$TARBALL"
     1.6  
     1.7 -DEPENDS="perl fuse"
     1.8 -BUILD_DEPENDS="perl fuse-dev"
     1.9 +DEPENDS="perl"
    1.10 +BUILD_DEPENDS="perl"
    1.11  
    1.12  # Rules to configure and make the package.
    1.13  compile_rules()
     2.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     2.2 +++ b/perl-unix-mknod/receipt	Sat Apr 06 15:47:07 2013 +0200
     2.3 @@ -0,0 +1,31 @@
     2.4 +# SliTaz package receipt.
     2.5 +
     2.6 +PACKAGE="perl-unix-mknod"
     2.7 +VERSION="0.04"
     2.8 +CATEGORY="development"
     2.9 +SHORT_DESC="Unix::Mknod module is a Perl extension."
    2.10 +MAINTAINER="pascal.bellard@slitaz.org"
    2.11 +SOURCE="Unix-Mknod"
    2.12 +TARBALL="$SOURCE-$VERSION.tar.gz"
    2.13 +WEB_SITE="http://cpan.org/"
    2.14 +WGET_URL="http://search.cpan.org/CPAN/authors/id/P/PI/PIRZYK/$TARBALL"
    2.15 +
    2.16 +DEPENDS="perl"
    2.17 +BUILD_DEPENDS="perl"
    2.18 +
    2.19 +# Rules to configure and make the package.
    2.20 +compile_rules()
    2.21 +{
    2.22 +	cd $src
    2.23 +	perl Makefile.PL &&
    2.24 +	make &&
    2.25 +	make DESTDIR=$DESTDIR install
    2.26 +}
    2.27 +
    2.28 +# Rules to gen a SliTaz package suitable for Tazpkg.
    2.29 +genpkg_rules()
    2.30 +{
    2.31 +	mkdir -p $fs/usr
    2.32 +	cp -a $install/usr/lib $fs/usr
    2.33 +}
    2.34 +