New package: perl-WWW-Curl-4.15.
This commit is contained in:
parent
00164d76a9
commit
205e7920c2
|
@ -0,0 +1,20 @@
|
|||
# Template build file for 'perl-WWW-Curl'.
|
||||
pkgname=perl-WWW-Curl
|
||||
version=4.15
|
||||
revision=1
|
||||
wrksrc="WWW-Curl-${version}"
|
||||
build_style=perl-module
|
||||
hostmakedepends="perl libcurl-devel"
|
||||
short_desc="WWW::Curl - Perl extension interface for libcurl"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
homepage="http://search.cpan.org/dist/WWW-Curl/"
|
||||
license="GPL-2"
|
||||
distfiles="${CPAN_SITE}/WWW/WWW-Curl-$version.tar.gz"
|
||||
checksum=3ef40494537a1ce7f848f3b524f5690cf47db458c0bb662e15c4642dc13c5fa1
|
||||
|
||||
perl-WWW-Curl_package() {
|
||||
depends="perl"
|
||||
pkg_install() {
|
||||
vmove all
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue