New package: perl-Lchown-1.01.

This commit is contained in:
Juan RP 2013-08-19 17:01:01 +02:00
parent 26c07e064e
commit 409c8e4270
1 changed files with 20 additions and 0 deletions

View File

@ -0,0 +1,20 @@
# Template build file for 'perl-Lchown'.
pkgname=perl-Lchown
version=1.01
wrksrc="Lchown-${version}"
revision=1
build_style=perl-ModuleBuild
hostmakedepends="perl"
short_desc="Perl module interface to the lchown() system call"
maintainer="Juan RP <xtraeme@gmail.com"
homepage="http://search.cpan.org/dist/Lchown"
license="GPL-2"
distfiles="http://search.cpan.org/CPAN/authors/id/N/NC/NCLEATON/Lchown-${version}.tar.gz"
checksum=9c0a13e279ad92208fb8fac73001635b0689251dd41b597522e1b3501ba0f76f
perl-Lchown_package() {
depends="perl"
pkg_install() {
vmove usr
}
}