Date: Sunday, December 8, 2013 @ 10:22:50
  Author: giovanni
Revision: 102318

archrelease: copy trunk to community-i686, community-x86_64

Added:
  diffstat/repos/community-i686/
  diffstat/repos/community-i686/PKGBUILD
    (from rev 102317, diffstat/trunk/PKGBUILD)
  diffstat/repos/community-x86_64/
  diffstat/repos/community-x86_64/PKGBUILD
    (from rev 102317, diffstat/trunk/PKGBUILD)

---------------------------+
 community-i686/PKGBUILD   |   29 +++++++++++++++++++++++++++++
 community-x86_64/PKGBUILD |   29 +++++++++++++++++++++++++++++
 2 files changed, 58 insertions(+)

Copied: diffstat/repos/community-i686/PKGBUILD (from rev 102317, 
diffstat/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD                             (rev 0)
+++ community-i686/PKGBUILD     2013-12-08 09:22:50 UTC (rev 102318)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Giovanni Scafora <[email protected]>
+# Contributor: Matthias-Christian Ott <matthias.christian.at.tiscali.de>
+
+pkgname=diffstat
+pkgver=1.58
+pkgrel=1
+pkgdesc="Display a histogram of diff changes"
+arch=('i686' 'x86_64')
+url="http://invisible-island.net/diffstat";
+depends=('glibc')
+license=('MIT')
+source=("ftp://invisible-island.net/${pkgname}/${pkgname}-${pkgver}.tgz";)
+md5sums=('6d6e13f7dcfe4db5da65c5175260ea47')
+
+build () {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  ./configure --prefix=/usr \
+              --mandir=/usr/share/man
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  make DESTDIR=${pkgdir}/ install
+  install -Dm644 package/debian/copyright 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}

Copied: diffstat/repos/community-x86_64/PKGBUILD (from rev 102317, 
diffstat/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD                           (rev 0)
+++ community-x86_64/PKGBUILD   2013-12-08 09:22:50 UTC (rev 102318)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Giovanni Scafora <[email protected]>
+# Contributor: Matthias-Christian Ott <matthias.christian.at.tiscali.de>
+
+pkgname=diffstat
+pkgver=1.58
+pkgrel=1
+pkgdesc="Display a histogram of diff changes"
+arch=('i686' 'x86_64')
+url="http://invisible-island.net/diffstat";
+depends=('glibc')
+license=('MIT')
+source=("ftp://invisible-island.net/${pkgname}/${pkgname}-${pkgver}.tgz";)
+md5sums=('6d6e13f7dcfe4db5da65c5175260ea47')
+
+build () {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  ./configure --prefix=/usr \
+              --mandir=/usr/share/man
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  make DESTDIR=${pkgdir}/ install
+  install -Dm644 package/debian/copyright 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}

Reply via email to