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

Antonio Rojas arojas at archlinux.org
Mon Dec 7 21:51:24 UTC 2015


    Date: Monday, December 7, 2015 @ 22:51:24
  Author: arojas
Revision: 150137

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

Added:
  lrcalc/repos/community-i686/PKGBUILD
    (from rev 150136, lrcalc/trunk/PKGBUILD)
  lrcalc/repos/community-x86_64/PKGBUILD
    (from rev 150136, lrcalc/trunk/PKGBUILD)
Deleted:
  lrcalc/repos/community-i686/PKGBUILD
  lrcalc/repos/community-x86_64/PKGBUILD

---------------------------+
 /PKGBUILD                 |   64 ++++++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD   |   23 ---------------
 community-x86_64/PKGBUILD |   23 ---------------
 3 files changed, 64 insertions(+), 46 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2015-12-07 21:50:36 UTC (rev 150136)
+++ community-i686/PKGBUILD	2015-12-07 21:51:24 UTC (rev 150137)
@@ -1,23 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-
-pkgname=lrcalc
-pkgver=1.2
-pkgrel=1
-pkgdesc="Littlewood-Richardson calculator"
-arch=('i686' 'x86_64')
-url="http://math.rutgers.edu/~asbuch/lrcalc/"
-license=('GPL2')
-depends=('glibc')
-source=("http://math.rutgers.edu/~asbuch/lrcalc/$pkgname-$pkgver.tar.gz")
-md5sums=('6bba16c0cca9debccd0af847bd3d4a23')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make install DESTDIR="$pkgdir"
-}

Copied: lrcalc/repos/community-i686/PKGBUILD (from rev 150136, lrcalc/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2015-12-07 21:51:24 UTC (rev 150137)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=lrcalc
+pkgver=1.2
+pkgrel=2
+pkgdesc="Littlewood-Richardson calculator"
+arch=('i686' 'x86_64')
+url="http://math.rutgers.edu/~asbuch/lrcalc/"
+license=('GPL2')
+depends=('glibc')
+source=("http://math.rutgers.edu/~asbuch/lrcalc/$pkgname-$pkgver.tar.gz"
+	fix-include-syntax.patch::"https://bitbucket.org/asbuch/lrcalc/commits/226981a0/raw/")
+md5sums=('6bba16c0cca9debccd0af847bd3d4a23'
+         'de15560e2b2ba5e75a744caf560e8c62')
+
+prepare() {
+  cd $pkgname-$pkgver
+# Fix include syntax
+  patch -p1 -i ../fix-include-syntax.patch
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make install DESTDIR="$pkgdir"
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2015-12-07 21:50:36 UTC (rev 150136)
+++ community-x86_64/PKGBUILD	2015-12-07 21:51:24 UTC (rev 150137)
@@ -1,23 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-
-pkgname=lrcalc
-pkgver=1.2
-pkgrel=1
-pkgdesc="Littlewood-Richardson calculator"
-arch=('i686' 'x86_64')
-url="http://math.rutgers.edu/~asbuch/lrcalc/"
-license=('GPL2')
-depends=('glibc')
-source=("http://math.rutgers.edu/~asbuch/lrcalc/$pkgname-$pkgver.tar.gz")
-md5sums=('6bba16c0cca9debccd0af847bd3d4a23')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make install DESTDIR="$pkgdir"
-}

Copied: lrcalc/repos/community-x86_64/PKGBUILD (from rev 150136, lrcalc/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2015-12-07 21:51:24 UTC (rev 150137)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=lrcalc
+pkgver=1.2
+pkgrel=2
+pkgdesc="Littlewood-Richardson calculator"
+arch=('i686' 'x86_64')
+url="http://math.rutgers.edu/~asbuch/lrcalc/"
+license=('GPL2')
+depends=('glibc')
+source=("http://math.rutgers.edu/~asbuch/lrcalc/$pkgname-$pkgver.tar.gz"
+	fix-include-syntax.patch::"https://bitbucket.org/asbuch/lrcalc/commits/226981a0/raw/")
+md5sums=('6bba16c0cca9debccd0af847bd3d4a23'
+         'de15560e2b2ba5e75a744caf560e8c62')
+
+prepare() {
+  cd $pkgname-$pkgver
+# Fix include syntax
+  patch -p1 -i ../fix-include-syntax.patch
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make install DESTDIR="$pkgdir"
+}



More information about the arch-commits mailing list