[arch-commits] Commit in lrcalc/repos/community-staging-x86_64 (PKGBUILD PKGBUILD)

Evangelos Foutras foutrelis at gemini.archlinux.org
Wed Dec 1 21:38:42 UTC 2021


    Date: Wednesday, December 1, 2021 @ 21:38:42
  Author: foutrelis
Revision: 1060928

archrelease: copy trunk to community-staging-x86_64

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

----------+
 PKGBUILD |   70 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 35 insertions(+), 35 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-12-01 21:38:42 UTC (rev 1060927)
+++ PKGBUILD	2021-12-01 21:38:42 UTC (rev 1060928)
@@ -1,35 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-
-pkgname=lrcalc
-pkgver=2.1
-pkgrel=2
-pkgdesc="Littlewood-Richardson calculator"
-arch=(x86_64)
-url="https://math.rutgers.edu/~asbuch/lrcalc/"
-license=(GPL3)
-depends=(glibc)
-makedepends=(python-setuptools cython)
-replaces=(lrcalc1)
-source=("https://math.rutgers.edu/~asbuch/lrcalc/$pkgname-$pkgver.tar.gz")
-sha256sums=('996ac00e6ea8321ef09b34478f5379f613933c3254aeba624b6419b8afa5df57')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-
-# install to a temp dir to build python bindings
-  make DESTDIR="$PWD"/tmp-install install
-
-  cd python
-  export CFLAGS+=" -I${srcdir}/$pkgname-$pkgver/tmp-install/usr/include" LDFLAGS+=" -L${srcdir}/$pkgname-$pkgver/tmp-install/usr/lib"
-  python setup.py build
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-
-  cd python
-  python setup.py install --skip-build --root="$pkgdir" --optimize=1
-}

Copied: lrcalc/repos/community-staging-x86_64/PKGBUILD (from rev 1060926, lrcalc/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-12-01 21:38:42 UTC (rev 1060928)
@@ -0,0 +1,35 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=lrcalc
+pkgver=2.1
+pkgrel=3
+pkgdesc="Littlewood-Richardson calculator"
+arch=(x86_64)
+url="https://math.rutgers.edu/~asbuch/lrcalc/"
+license=(GPL3)
+depends=(glibc)
+makedepends=(python-setuptools cython)
+replaces=(lrcalc1)
+source=("https://math.rutgers.edu/~asbuch/lrcalc/$pkgname-$pkgver.tar.gz")
+sha256sums=('996ac00e6ea8321ef09b34478f5379f613933c3254aeba624b6419b8afa5df57')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+
+# install to a temp dir to build python bindings
+  make DESTDIR="$PWD"/tmp-install install
+
+  cd python
+  export CFLAGS+=" -I${srcdir}/$pkgname-$pkgver/tmp-install/usr/include" LDFLAGS+=" -L${srcdir}/$pkgname-$pkgver/tmp-install/usr/lib"
+  python setup.py build
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+
+  cd python
+  python setup.py install --skip-build --root="$pkgdir" --optimize=1
+}



More information about the arch-commits mailing list