[arch-commits] Commit in perl-tie-simple/repos (staging-any staging-any/PKGBUILD)
Florian Pritz
bluewind at archlinux.org
Wed Aug 1 09:04:30 UTC 2018
Date: Wednesday, August 1, 2018 @ 09:04:30
Author: bluewind
Revision: 329940
archrelease: copy trunk to staging-any
Added:
perl-tie-simple/repos/staging-any/
perl-tie-simple/repos/staging-any/PKGBUILD
(from rev 329939, perl-tie-simple/trunk/PKGBUILD)
----------+
PKGBUILD | 26 ++++++++++++++++++++++++++
1 file changed, 26 insertions(+)
Copied: perl-tie-simple/repos/staging-any/PKGBUILD (from rev 329939, perl-tie-simple/trunk/PKGBUILD)
===================================================================
--- staging-any/PKGBUILD (rev 0)
+++ staging-any/PKGBUILD 2018-08-01 09:04:30 UTC (rev 329940)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+
+pkgname=perl-tie-simple
+_realname=Tie-Simple
+pkgver=1.04
+pkgrel=4
+pkgdesc="Variable ties made easier: much, much, much easier..."
+arch=(any)
+license=(PerlArtistic GPL)
+depends=(perl)
+url="http://search.cpan.org/dist/Tie-Simple"
+options=('!emptydirs')
+source=("http://search.cpan.org/CPAN/authors/id/H/HA/HANENKAMP/$_realname-$pkgver.tar.gz")
+md5sums=('e5b49588609d6212d3b9bc808cab7aa4')
+
+build() {
+ cd "$srcdir/$_realname-$pkgver"
+ PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+ make
+}
+
+package() {
+ cd "$srcdir/$_realname-$pkgver"
+ make DESTDIR="$pkgdir" install
+}
More information about the arch-commits
mailing list