[arch-commits] Commit in lrcalc1 (3 files)

Antonio Rojas arojas at archlinux.org
Tue Feb 2 18:55:42 UTC 2021


    Date: Tuesday, February 2, 2021 @ 18:55:41
  Author: arojas
Revision: 841365

archrelease: copy trunk to community-x86_64

Added:
  lrcalc1/repos/
  lrcalc1/repos/community-x86_64/
  lrcalc1/repos/community-x86_64/PKGBUILD
    (from rev 841364, lrcalc1/trunk/PKGBUILD)

----------+
 PKGBUILD |   30 ++++++++++++++++++++++++++++++
 1 file changed, 30 insertions(+)

Copied: lrcalc1/repos/community-x86_64/PKGBUILD (from rev 841364, lrcalc1/trunk/PKGBUILD)
===================================================================
--- repos/community-x86_64/PKGBUILD	                        (rev 0)
+++ repos/community-x86_64/PKGBUILD	2021-02-02 18:55:41 UTC (rev 841365)
@@ -0,0 +1,30 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=lrcalc1
+pkgver=1.3
+pkgrel=1
+pkgdesc="Littlewood-Richardson calculator, legacy version"
+arch=(x86_64)
+url="https://math.rutgers.edu/~asbuch/lrcalc/"
+license=(GPL3)
+depends=(glibc)
+conflicts=(lrcalc)
+source=("https://math.rutgers.edu/~asbuch/lrcalc/lrcalc-$pkgver.tar.gz")
+sha256sums=('67c5131102b807b1e537da09705a9615cca56b6accae5d5f08afdf1299c72778')
+
+prepare() {
+#  cp install-sh config.sub lrcalc-$pkgver # fix totally broken tarball
+  cd lrcalc-$pkgver
+  autoreconf -vi
+}
+
+build() {
+  cd lrcalc-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd lrcalc-$pkgver
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list