[arch-commits] Commit in perl-file-chdir/repos (3 files)
Evangelos Foutras
foutrelis at archlinux.org
Thu Jun 1 08:52:28 UTC 2017
Date: Thursday, June 1, 2017 @ 08:52:26
Author: foutrelis
Revision: 231828
archrelease: copy trunk to community-staging-any
Added:
perl-file-chdir/repos/community-staging-any/
perl-file-chdir/repos/community-staging-any/ChangeLog
(from rev 231827, perl-file-chdir/trunk/ChangeLog)
perl-file-chdir/repos/community-staging-any/PKGBUILD
(from rev 231827, perl-file-chdir/trunk/PKGBUILD)
-----------+
ChangeLog | 2 ++
PKGBUILD | 29 +++++++++++++++++++++++++++++
2 files changed, 31 insertions(+)
Copied: perl-file-chdir/repos/community-staging-any/ChangeLog (from rev 231827, perl-file-chdir/trunk/ChangeLog)
===================================================================
--- community-staging-any/ChangeLog (rev 0)
+++ community-staging-any/ChangeLog 2017-06-01 08:52:26 UTC (rev 231828)
@@ -0,0 +1,2 @@
+2007-07-29 Georg Grabler (STiAT) <ggrabler at gmail.com>
+* Version bump to 0.8
Copied: perl-file-chdir/repos/community-staging-any/PKGBUILD (from rev 231827, perl-file-chdir/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD (rev 0)
+++ community-staging-any/PKGBUILD 2017-06-01 08:52:26 UTC (rev 231828)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Maintainer: Charles Mauch <cmauch at gmail.com>
+# Contributor: Francois Charette <firmicus at gmx.net>
+
+pkgname=perl-file-chdir
+pkgver=0.1011
+pkgrel=2
+pkgdesc="a more sensible way to change directories "
+arch=('any')
+depends=('perl')
+url="http://search.cpan.org/dist/File-chdir"
+license=('GPL' 'PerlArtistic')
+options=('!emptydirs')
+source=(http://www.cpan.org/authors/id/D/DA/DAGOLDEN/File-chdir-$pkgver.tar.gz)
+md5sums=('932090f6c5f602301ae66c259de23ebb')
+
+build() {
+ cd "$srcdir"/File-chdir-$pkgver
+ PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+ make
+}
+
+package() {
+ cd "$srcdir"/File-chdir-$pkgver
+ make install DESTDIR="$pkgdir"
+ find "$pkgdir" -name '.packlist' -delete
+ find "$pkgdir" -name '*.pod' -delete
+}
More information about the arch-commits
mailing list