diff --git a/cpan2crux/.footprint b/cpan2crux/.footprint new file mode 100644 index 000000000..a6a3a94ae --- /dev/null +++ b/cpan2crux/.footprint @@ -0,0 +1,7 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/bin/ +-rwxr-xr-x root/root usr/bin/cpan2crux +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/man/ +drwxr-xr-x root/root usr/share/man/man1/ +-rw-r--r-- root/root usr/share/man/man1/cpan2crux.1.gz diff --git a/cpan2crux/.md5sum b/cpan2crux/.md5sum new file mode 100644 index 000000000..fdc8c6b12 --- /dev/null +++ b/cpan2crux/.md5sum @@ -0,0 +1 @@ +84929b5b1001f82a8f7ac83893626d95 cpan2crux-1.1.pl diff --git a/cpan2crux/Pkgfile b/cpan2crux/Pkgfile new file mode 100644 index 000000000..9c112cebc --- /dev/null +++ b/cpan2crux/Pkgfile @@ -0,0 +1,15 @@ +# Description: Write CRUX ports for CPAN Perl modules +# URL: http://crux.nu/Wiki/Cpan2Crux +# Maintainer: Alan Mizrahi, alan at mizrahi dot com dot ve +# Depends on: p5-cpan-distnameinfo + +name=cpan2crux +version=1.2 +release=1 +source=(http://www.mizrahi.com.ve/crux/dist/$name-$version.pl) + +build () { + install -D -m 755 -o root -g root $SRC/$name-$version.pl $PKG/usr/bin/$name + install -d $PKG/usr/share/man/man1 + pod2man -n ${name^^} -c "${name^^} Manual" $name-$version.pl $PKG/usr/share/man/man1/$name.1 +}