1c5f4690e6
That means that version comparators are not supported anymore in hostmakedepends and makedepends. This will ensure that a pkg is always built with the same build dependencies everywhere, if the srcpkgs tree is uptodate.
16 lines
564 B
Bash
16 lines
564 B
Bash
# Template file for 'perl-File-Remove'
|
|
pkgname=perl-File-Remove
|
|
version=1.52
|
|
revision=2
|
|
noarch=yes
|
|
wrksrc="${pkgname/perl-/}-${version}"
|
|
build_style=perl-module
|
|
hostmakedepends="perl"
|
|
makedepends="${hostmakedepends}"
|
|
depends="${makedepends}"
|
|
short_desc="Perl module to removes files and directories"
|
|
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
|
homepage="http://search.cpan.org/dist/File-Remove/"
|
|
license="Artistic, GPL-1"
|
|
distfiles="${CPAN_SITE}/File/${pkgname/perl-/}-${version}.tar.gz"
|
|
checksum=4154dc574b8a9a3a555d323f152ac742363c6a69c1f61de15b72728813550bdd
|