[arch-commits] Commit in stow/repos/community-testing-any (PKGBUILD PKGBUILD)

Evangelos Foutras foutrelis at archlinux.org
Sat Aug 26 21:24:20 UTC 2017


    Date: Saturday, August 26, 2017 @ 21:24:19
  Author: foutrelis
Revision: 254613

archrelease: copy trunk to community-testing-any

Added:
  stow/repos/community-testing-any/PKGBUILD
    (from rev 254612, stow/trunk/PKGBUILD)
Deleted:
  stow/repos/community-testing-any/PKGBUILD

----------+
 PKGBUILD |   84 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 42 insertions(+), 42 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2017-08-26 21:24:12 UTC (rev 254612)
+++ PKGBUILD	2017-08-26 21:24:19 UTC (rev 254613)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer <seblu at archlinux.org>
-# Contributor: eric <eric at archlinux.org>
-# Contributor: Tom Newsom <Jeepster at gmx.co.uk>
-# Contributor: Chris Brannon <cmbrannon79 at gmail.com>
-
-pkgname=stow
-pkgver=2.2.2
-pkgrel=4
-pkgdesc='Manage installation of multiple softwares in the same directory tree'
-url='http://www.gnu.org/software/stow/'
-arch=('any')
-license=('GPL2')
-depends=('perl')
-makedepends=('texi2html')
-checkdepends=('perl-test-output' 'perl-io-stringy')
-source=("ftp://ftp.gnu.org/pub/gnu/$pkgname/$pkgname-$pkgver.tar.gz")
-md5sums=('8712d22b7abe26b1bef0e22818981248')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure \
-    --prefix=/usr \
-    --mandir=/usr/share/man \
-    --infodir=/usr/share/info \
-    --with-pmdir=/usr/lib/perl5/vendor_perl/
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-  # remove html doc
-  rm -r "$pkgdir/usr/share/doc/$pkgname"/{manual*,version.texi}
-}
-
-# vim:set ts=2 sw=2 et:

Copied: stow/repos/community-testing-any/PKGBUILD (from rev 254612, stow/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2017-08-26 21:24:19 UTC (rev 254613)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Sébastien Luttringer <seblu at archlinux.org>
+# Contributor: eric <eric at archlinux.org>
+# Contributor: Tom Newsom <Jeepster at gmx.co.uk>
+# Contributor: Chris Brannon <cmbrannon79 at gmail.com>
+
+pkgname=stow
+pkgver=2.2.2
+pkgrel=5
+pkgdesc='Manage installation of multiple softwares in the same directory tree'
+url='http://www.gnu.org/software/stow/'
+arch=('any')
+license=('GPL2')
+depends=('perl')
+makedepends=('texi2html')
+checkdepends=('perl-test-output' 'perl-io-stringy')
+source=("ftp://ftp.gnu.org/pub/gnu/$pkgname/$pkgname-$pkgver.tar.gz")
+md5sums=('8712d22b7abe26b1bef0e22818981248')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure \
+    --prefix=/usr \
+    --mandir=/usr/share/man \
+    --infodir=/usr/share/info \
+    --with-pmdir=/usr/share/perl5/vendor_perl
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  # remove html doc
+  rm -r "$pkgdir/usr/share/doc/$pkgname"/{manual*,version.texi}
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list