summaryrefslogtreecommitdiffstats
path: root/abs/core-testing
diff options
context:
space:
mode:
authorCecil Hugh Watson <knoppmyth@gmail.com>2010-01-11 06:51:54 (GMT)
committerCecil Hugh Watson <knoppmyth@gmail.com>2010-01-11 06:51:54 (GMT)
commitde21da38b6a0dcd05b2acd955cb91f3462cffab7 (patch)
tree3283c74d066829fc14da1e5ae97f81898ae8c9fe /abs/core-testing
parent4d9896fea80f29d63ca696602004af7da9b7001a (diff)
parent4f202712a8c42ea6b34b1018e12848db90ef86b9 (diff)
downloadlinhes_pkgbuild-de21da38b6a0dcd05b2acd955cb91f3462cffab7.zip
linhes_pkgbuild-de21da38b6a0dcd05b2acd955cb91f3462cffab7.tar.gz
linhes_pkgbuild-de21da38b6a0dcd05b2acd955cb91f3462cffab7.tar.bz2
Merge branch 'HEAD' of ssh://cesman@knoppmyth.net/mount/repository/LinHES-PKGBUILD
Diffstat (limited to 'abs/core-testing')
-rw-r--r--abs/core-testing/perl_modules/perl-math-round/PKGBUILD22
1 files changed, 22 insertions, 0 deletions
diff --git a/abs/core-testing/perl_modules/perl-math-round/PKGBUILD b/abs/core-testing/perl_modules/perl-math-round/PKGBUILD
new file mode 100644
index 0000000..6501887
--- /dev/null
+++ b/abs/core-testing/perl_modules/perl-math-round/PKGBUILD
@@ -0,0 +1,22 @@
+# This PKGBUILD was generated by cpan4pacman via CPANPLUS::Dist::Pacman
+
+pkgname=perl-math-round
+pkgver=0.06
+pkgrel=2
+pkgdesc="Perl extension for rounding numbers"
+arch=('i686' 'x86_64')
+url="http://search.cpan.org/dist/Math-Round"
+license=('GPL' 'PerlArtistic')
+depends=('perl>=5.10.0')
+options=('!emptydirs')
+source=(http://www.cpan.org/authors/id/G/GR/GROMMEL/Math-Round-$pkgver.tar.gz)
+md5sums=('552cef2753b246f97a6e20d8dee66e7c')
+
+build() {
+ cd $startdir/src/Math-Round-$pkgver
+ PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor || return 1
+ make || return 1
+ make install DESTDIR=$startdir/pkg || return 1
+ find $startdir/pkg -name '.packlist' -delete
+ find $startdir/pkg -name '*.pod' -delete
+}