[arch-commits] Commit in units/repos (4 files)

Bartłomiej Piotrowski bpiotrowski at archlinux.org
Mon Nov 7 10:52:07 UTC 2016


    Date: Monday, November 7, 2016 @ 10:52:07
  Author: bpiotrowski
Revision: 194875

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

Added:
  units/repos/community-staging-i686/
  units/repos/community-staging-i686/PKGBUILD
    (from rev 194874, units/trunk/PKGBUILD)
  units/repos/community-staging-x86_64/
  units/repos/community-staging-x86_64/PKGBUILD
    (from rev 194874, units/trunk/PKGBUILD)

-----------------------------------+
 community-staging-i686/PKGBUILD   |   27 +++++++++++++++++++++++++++
 community-staging-x86_64/PKGBUILD |   27 +++++++++++++++++++++++++++
 2 files changed, 54 insertions(+)

Copied: units/repos/community-staging-i686/PKGBUILD (from rev 194874, units/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD	                        (rev 0)
+++ community-staging-i686/PKGBUILD	2016-11-07 10:52:07 UTC (rev 194875)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Maintainer: Jeff Mickey <jeff at archlinux.org>
+# Contributor: Steve Sansom <snsansom at gmail.com>
+
+pkgname=units
+pkgver=2.13
+pkgrel=2
+pkgdesc="converts between different units"
+arch=('i686' 'x86_64')
+url="http://www.gnu.org/software/units/units.html"
+depends=('readline' 'python' 'python-unidecode')
+license=("GPL")
+options=('!makeflags')
+source=(http://ftp.gnu.org/gnu/units/$pkgname-$pkgver.tar.gz)
+md5sums=('5cbf2a6af76e94ba0ac55fc8d99d5a3e')
+
+build() {
+  cd "$srcdir"/$pkgname-$pkgver
+  ./configure --prefix=/usr --datadir=/usr/share
+  make
+}
+
+package() {
+  cd "$srcdir"/$pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Copied: units/repos/community-staging-x86_64/PKGBUILD (from rev 194874, units/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2016-11-07 10:52:07 UTC (rev 194875)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Maintainer: Jeff Mickey <jeff at archlinux.org>
+# Contributor: Steve Sansom <snsansom at gmail.com>
+
+pkgname=units
+pkgver=2.13
+pkgrel=2
+pkgdesc="converts between different units"
+arch=('i686' 'x86_64')
+url="http://www.gnu.org/software/units/units.html"
+depends=('readline' 'python' 'python-unidecode')
+license=("GPL")
+options=('!makeflags')
+source=(http://ftp.gnu.org/gnu/units/$pkgname-$pkgver.tar.gz)
+md5sums=('5cbf2a6af76e94ba0ac55fc8d99d5a3e')
+
+build() {
+  cd "$srcdir"/$pkgname-$pkgver
+  ./configure --prefix=/usr --datadir=/usr/share
+  make
+}
+
+package() {
+  cd "$srcdir"/$pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list