added AUR PKGBUILDs
This commit is contained in:
commit
aecbfee3bb
2 changed files with 38 additions and 0 deletions
16
.SRCINFO
Normal file
16
.SRCINFO
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
pkgbase = perl-rpsl-parser
|
||||||
|
pkgdesc = Router Policy Specification Language (RFC2622) Parser
|
||||||
|
pkgver = 0.04000
|
||||||
|
pkgrel = 1
|
||||||
|
url = http://search.cpan.org/~lmc/RPSL-Parser/
|
||||||
|
arch = any
|
||||||
|
license = GPL
|
||||||
|
license = PerlArtistic
|
||||||
|
depends = perl>=5.10.0,
|
||||||
|
depends = perl-class-accessor>=0.31
|
||||||
|
options = !emptydirs
|
||||||
|
source = http://search.cpan.org/CPAN/authors/id/L/LM/LMC/RPSL-Parser-0.04000.tar.gz
|
||||||
|
md5sums = f4344b0258b7d55dd5e0923a1fcda33d
|
||||||
|
|
||||||
|
pkgname = perl-rpsl-parser
|
||||||
|
|
22
PKGBUILD
Normal file
22
PKGBUILD
Normal file
|
@ -0,0 +1,22 @@
|
||||||
|
# Contributor: Cedric Girard <girard.cedric@gmail.com>
|
||||||
|
pkgname=perl-rpsl-parser
|
||||||
|
pkgver=0.04000
|
||||||
|
pkgrel=1
|
||||||
|
pkgdesc="Router Policy Specification Language (RFC2622) Parser"
|
||||||
|
arch=(any)
|
||||||
|
url="http://search.cpan.org/~lmc/RPSL-Parser/"
|
||||||
|
license=('GPL' 'PerlArtistic')
|
||||||
|
depends=('perl>=5.10.0', 'perl-class-accessor>=0.31')
|
||||||
|
options=(!emptydirs)
|
||||||
|
source=(http://search.cpan.org/CPAN/authors/id/L/LM/LMC/RPSL-Parser-$pkgver.tar.gz)
|
||||||
|
md5sums=(f4344b0258b7d55dd5e0923a1fcda33d)
|
||||||
|
|
||||||
|
build() {
|
||||||
|
cd "$srcdir/RPSL-Parser-$pkgver"
|
||||||
|
|
||||||
|
perl Build.PL installdirs=vendor destdir="$pkgdir/"
|
||||||
|
perl Build
|
||||||
|
perl Build install
|
||||||
|
}
|
||||||
|
|
||||||
|
# vim:set ts=2 sw=2 et:
|
Loading…
Reference in a new issue