mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
core/isl to 0.12-1
This commit is contained in:
parent
91cd748cf1
commit
675c218d69
1 changed files with 3 additions and 3 deletions
|
@ -7,7 +7,7 @@
|
||||||
noautobuild=1
|
noautobuild=1
|
||||||
|
|
||||||
pkgname=isl
|
pkgname=isl
|
||||||
pkgver=0.11.2
|
pkgver=0.12
|
||||||
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')
|
||||||
|
@ -16,7 +16,7 @@ depends=('gmp')
|
||||||
license=('MIT')
|
license=('MIT')
|
||||||
options=('!libtool')
|
options=('!libtool')
|
||||||
source=(http://www.kotnet.org/~skimo/isl/$pkgname-$pkgver.tar.bz2)
|
source=(http://www.kotnet.org/~skimo/isl/$pkgname-$pkgver.tar.bz2)
|
||||||
md5sums=('c40daa17d2995d1c98a0c1aca607541f')
|
md5sums=('eaa1968dda763f12dc84e45a892cd428')
|
||||||
|
|
||||||
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.1.2-gdb.py
|
mv $pkgdir/{,/usr/share/gdb/auto-load/}usr/lib/libisl.so.10.2.0-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