Convert packages to the new template format (p).
This commit is contained in:
parent
2f132e330b
commit
08b4f6aae8
137 changed files with 1368 additions and 898 deletions
|
@ -1,15 +1,15 @@
|
|||
# Template build file for 'perl-HTML-Form'.
|
||||
pkgname=perl-HTML-Form
|
||||
version=6.00
|
||||
wrksrc="HTML-Form-$version"
|
||||
distfiles="${CPAN_SITE}/HTML/HTML-Form-$version.tar.gz"
|
||||
build_style=perl-module
|
||||
fulldepends="perl-HTML-Parser perl-URI perl-HTTP-Message perl"
|
||||
revision=1
|
||||
wrksrc="HTML-Form-$version"
|
||||
build_style=perl-module
|
||||
makedepends="perl-HTML-Parser perl-URI perl-HTTP-Message perl"
|
||||
short_desc="HTML::Form - Class that represents an HTML form element"
|
||||
maintainer="davehome <davehome@redthumb.info.tm>"
|
||||
homepage="http://search.cpan.org/~gaas/HTML-Form-6.00/lib/HTML/Form.pm"
|
||||
license="GPL-2"
|
||||
distfiles="${CPAN_SITE}/HTML/HTML-Form-$version.tar.gz"
|
||||
checksum=b41b6f5480493d427a56974c0fb6f51e807d93938ef1518dd22454b93cad4987
|
||||
long_desc="
|
||||
Objects of the HTML::Form class represents a single HTML FORM tag instance.
|
||||
|
@ -18,5 +18,10 @@ long_desc="
|
|||
then be asked to provide HTTP::Request objects that can be passed to the
|
||||
request() method of LWP::UserAgent."
|
||||
|
||||
noarch=yes
|
||||
|
||||
perl-HTML-Form_package() {
|
||||
depends="${makedepends}"
|
||||
noarch="yes"
|
||||
pkg_install() {
|
||||
vmove usr
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue