forked from archlinux/svntogit-packages
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
archrelease: copy trunk to extra-any
git-svn-id: file:///srv/repos/svn-packages/svn@215547 eb2447ed-0c53-47e4-bac8-5bc4a241df78
- Loading branch information
1 parent
b9620b5
commit cda779b
Showing
1 changed file
with
4 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,17 @@ | ||
# $Id$ | ||
# Maintainer: Felix Yan <[email protected]> | ||
|
||
pkgname=perl-io-html | ||
pkgver=1.00 | ||
pkgrel=2 | ||
pkgver=1.001 | ||
pkgrel=1 | ||
pkgdesc="Open an HTML file with automatic charset detection" | ||
arch=('any') | ||
url='http://search.cpan.org/dist/IO-HTML' | ||
depends=('perl') | ||
license=('PerlArtistic' 'GPL') | ||
options=('!emptydirs') | ||
source=(http://search.cpan.org/CPAN/authors/id/C/CJ/CJM/IO-HTML-$pkgver.tar.gz) | ||
sha1sums=('408784f567d52f26ee4ed7c10026e2c8b8e86178') | ||
sha1sums=('210b60f438502744c9c31a82329b19a6f9aecf63') | ||
|
||
build() { | ||
export PERL_MM_USE_DEFAULT=1 PERL_MM_OPT="INSTALLDIRS=vendor" \ | ||
|