mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-17 23:34:07 +00:00
core/isl to 0.12.1-1
This commit is contained in:
parent
812474fdc9
commit
caf39e6f1e
1 changed files with 5 additions and 5 deletions
|
@ -7,16 +7,16 @@
|
||||||
noautobuild=1
|
noautobuild=1
|
||||||
|
|
||||||
pkgname=isl
|
pkgname=isl
|
||||||
pkgver=0.12
|
pkgver=0.12.1
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="Library for manipulating sets and relations of integer points bounded by linear constraints"
|
pkgdesc="Library for manipulating sets and relations of integer points bounded by linear constraints"
|
||||||
arch=('i686' 'x86_64')
|
arch=('i686' 'x86_64')
|
||||||
url="http://www.kotnet.org/~skimo/isl/"
|
url="http://freecode.com/projects/isl"
|
||||||
depends=('gmp')
|
depends=('gmp')
|
||||||
license=('MIT')
|
license=('MIT')
|
||||||
options=('!libtool')
|
options=('!libtool')
|
||||||
source=(http://www.kotnet.org/~skimo/isl/$pkgname-$pkgver.tar.bz2)
|
source=(ftp://ftp.linux.student.kuleuven.be/pub/people/skimo/isl/$pkgname-$pkgver.tar.bz2)
|
||||||
md5sums=('eaa1968dda763f12dc84e45a892cd428')
|
md5sums=('27d381085ff1b5733c3e8a9b6ad24a4d')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd "$srcdir/$pkgname-$pkgver"
|
cd "$srcdir/$pkgname-$pkgver"
|
||||||
|
@ -34,7 +34,7 @@ package() {
|
||||||
make -j1 DESTDIR="$pkgdir/" install
|
make -j1 DESTDIR="$pkgdir/" install
|
||||||
|
|
||||||
install -dm755 $pkgdir/usr/share/gdb/auto-load/usr/lib/
|
install -dm755 $pkgdir/usr/share/gdb/auto-load/usr/lib/
|
||||||
mv $pkgdir/{,/usr/share/gdb/auto-load/}usr/lib/libisl.so.10.2.0-gdb.py
|
mv $pkgdir/{,/usr/share/gdb/auto-load/}usr/lib/libisl.so.10.2.1-gdb.py
|
||||||
|
|
||||||
install -Dm644 LICENSE $pkgdir/usr/share/licenses/isl/LICENSE
|
install -Dm644 LICENSE $pkgdir/usr/share/licenses/isl/LICENSE
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue