perl-Term-ReadLine-Gnu: fix cross builds

This commit is contained in:
Alessio Sergi 2014-09-03 23:36:43 +02:00
parent ce2e8b8016
commit b7bd8feedd

View file

@ -1,12 +1,12 @@
# Template file for 'perl-Term-ReadLine-Gnu' # Template file for 'perl-Term-ReadLine-Gnu'
pkgname=perl-Term-ReadLine-Gnu pkgname=perl-Term-ReadLine-Gnu
version=1.24 version=1.24
revision=1 revision=2
wrksrc="${pkgname/perl-/}-${version}" wrksrc="${pkgname/perl-/}-${version}"
build_style=perl-module build_style=perl-module
hostmakedepends="perl>=5.18" hostmakedepends="perl>=5.18 ncurses-devel readline-devel"
makedepends="${hostmakedepends} ncurses-devel readline-devel" makedepends="${hostmakedepends}"
depends="${hostmakedepends}" depends="perl>=5.18"
short_desc="Perl extension for the GNU readline/history library" short_desc="Perl extension for the GNU readline/history library"
maintainer="Alessio Sergi <al3hex@gmail.com>" maintainer="Alessio Sergi <al3hex@gmail.com>"
homepage="http://search.cpan.org/dist/Term-ReadLine-Gnu/" homepage="http://search.cpan.org/dist/Term-ReadLine-Gnu/"