mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-27 23:44:04 +00:00
core/isl to 0.11.2-1
This commit is contained in:
parent
e9cf72e60e
commit
a33332d6ae
1 changed files with 4 additions and 4 deletions
|
@ -7,8 +7,8 @@
|
|||
noautobuild=1
|
||||
|
||||
pkgname=isl
|
||||
pkgver=0.11.1
|
||||
pkgrel=2
|
||||
pkgver=0.11.2
|
||||
pkgrel=1
|
||||
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/"
|
||||
|
@ -16,7 +16,7 @@ depends=('gmp')
|
|||
license=('MIT')
|
||||
options=('!libtool')
|
||||
source=(http://www.kotnet.org/~skimo/isl/$pkgname-$pkgver.tar.bz2)
|
||||
md5sums=('bce1586384d8635a76d2f017fb067cd2')
|
||||
md5sums=('c40daa17d2995d1c98a0c1aca607541f')
|
||||
|
||||
build() {
|
||||
cd "$srcdir/$pkgname-$pkgver"
|
||||
|
@ -34,7 +34,7 @@ package() {
|
|||
make -j1 DESTDIR="$pkgdir/" install
|
||||
|
||||
install -dm755 $pkgdir/usr/share/gdb/auto-load/usr/lib/
|
||||
mv $pkgdir/{,/usr/share/gdb/auto-load/}usr/lib/libisl.so.10.1.1-gdb.py
|
||||
mv $pkgdir/{,/usr/share/gdb/auto-load/}usr/lib/libisl.so.10.1.2-gdb.py
|
||||
|
||||
install -Dm644 LICENSE $pkgdir/usr/share/licenses/isl/LICENSE
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue