Date: Friday, March 24, 2017 @ 11:45:02
  Author: arojas
Revision: 218663

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

Added:
  4ti2/repos/
  4ti2/repos/community-i686/
  4ti2/repos/community-i686/PKGBUILD
    (from rev 218662, 4ti2/trunk/PKGBUILD)
  4ti2/repos/community-x86_64/
  4ti2/repos/community-x86_64/PKGBUILD
    (from rev 218662, 4ti2/trunk/PKGBUILD)

---------------------------+
 community-i686/PKGBUILD   |   24 ++++++++++++++++++++++++
 community-x86_64/PKGBUILD |   24 ++++++++++++++++++++++++
 2 files changed, 48 insertions(+)

Copied: 4ti2/repos/community-i686/PKGBUILD (from rev 218662, 
4ti2/trunk/PKGBUILD)
===================================================================
--- repos/community-i686/PKGBUILD                               (rev 0)
+++ repos/community-i686/PKGBUILD       2017-03-24 11:45:02 UTC (rev 218663)
@@ -0,0 +1,24 @@
+# Maintainer: Antonio Rojas <aro...@archlinux.org>
+
+pkgname=4ti2
+pkgver=1.6.7
+pkgrel=1
+pkgdesc="A software package for algebraic, geometric and combinatorial 
problems on linear spaces"
+arch=(i686 x86_64)
+url="http://www.4ti2.de/";
+license=(GPL)
+depends=(glpk)
+source=("http://www.4ti2.de/version_$pkgver/$pkgname-$pkgver.tar.gz";)
+sha256sums=('d4833a831d8d437f595d2e234a4471d7adbe1523fc63aa46cacea56af3e831bb')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --enable-shared --disable-static
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}
+

Copied: 4ti2/repos/community-x86_64/PKGBUILD (from rev 218662, 
4ti2/trunk/PKGBUILD)
===================================================================
--- repos/community-x86_64/PKGBUILD                             (rev 0)
+++ repos/community-x86_64/PKGBUILD     2017-03-24 11:45:02 UTC (rev 218663)
@@ -0,0 +1,24 @@
+# Maintainer: Antonio Rojas <aro...@archlinux.org>
+
+pkgname=4ti2
+pkgver=1.6.7
+pkgrel=1
+pkgdesc="A software package for algebraic, geometric and combinatorial 
problems on linear spaces"
+arch=(i686 x86_64)
+url="http://www.4ti2.de/";
+license=(GPL)
+depends=(glpk)
+source=("http://www.4ti2.de/version_$pkgver/$pkgname-$pkgver.tar.gz";)
+sha256sums=('d4833a831d8d437f595d2e234a4471d7adbe1523fc63aa46cacea56af3e831bb')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --enable-shared --disable-static
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}
+

Reply via email to