[arch-commits] Commit in isl/repos (testing-i686 testing-i686/PKGBUILD)

Allan McRae allan at archlinux.org
Sun Aug 14 09:39:26 UTC 2011


    Date: Sunday, August 14, 2011 @ 05:39:26
  Author: allan
Revision: 135491

archrelease: copy trunk to testing-i686

Added:
  isl/repos/testing-i686/
  isl/repos/testing-i686/PKGBUILD
    (from rev 135490, isl/trunk/PKGBUILD)

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

Copied: isl/repos/testing-i686/PKGBUILD (from rev 135490, isl/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2011-08-14 09:39:26 UTC (rev 135491)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Allan McRae <allan at archlinux.org>
+
+pkgname=isl
+pkgver=0.06
+pkgrel=2
+pkgdesc="Library for manipulating sets and relations of integer points bounded by linear constraints"
+arch=('i686' 'x86_64')
+url="http://www.kotnet.org/~skimo/isl/"
+license=('LGPL2.1')
+options=('!libtool')
+source=(http://www.kotnet.org/~skimo/isl/$pkgname-$pkgver.tar.bz2)
+md5sums=('504f054eaffdd8d07c497ebe3ebc7e04')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make check
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make -j1 DESTDIR="$pkgdir/" install
+  
+  # this seems a better place for this file...
+  install -dm755 $pkgdir/usr/share/gdb/auto-load/
+  mv $pkgdir/usr/{lib,share/gdb/auto-load}/libisl.so.6.0.0-gdb.py
+}




More information about the arch-commits mailing list