perl-Lchown: switch to build_style=perl-module, explicit shlib_requires.

This commit is contained in:
Christian Neukirchen 2015-06-22 21:02:45 +02:00
parent 9cc4ce1bd6
commit b078c673d7

View file

@ -2,10 +2,11 @@
pkgname=perl-Lchown
version=1.01
wrksrc="Lchown-${version}"
revision=4
build_style=perl-ModuleBuild
revision=5
build_style=perl-module
hostmakedepends="perl"
makedepends="${hostmakedepends}"
makedepends="${hostmakedepends} perl-Module-Build"
shlib_requires="libperl.so.5.22"
depends="${makedepends}"
short_desc="Perl module interface to the lchown() system call"
maintainer="Juan RP <xtraeme@voidlinux.eu>"