mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
core/isl to 0.11.1-1
This commit is contained in:
parent
acfbf270aa
commit
7982bedf67
1 changed files with 5 additions and 3 deletions
|
@ -7,7 +7,7 @@
|
||||||
noautobuild=1
|
noautobuild=1
|
||||||
|
|
||||||
pkgname=isl
|
pkgname=isl
|
||||||
pkgver=0.11
|
pkgver=0.11.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')
|
||||||
|
@ -15,7 +15,7 @@ url="http://www.kotnet.org/~skimo/isl/"
|
||||||
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=('8dd36a28ed255f4fd3d903adb24e99db')
|
md5sums=('bce1586384d8635a76d2f017fb067cd2')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd "$srcdir/$pkgname-$pkgver"
|
cd "$srcdir/$pkgname-$pkgver"
|
||||||
|
@ -33,5 +33,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.0-gdb.py
|
mv $pkgdir/{,/usr/share/gdb/auto-load/}usr/lib/libisl.so.10.1.1-gdb.py
|
||||||
|
|
||||||
|
install -Dm644 LICENSE $pkgdir/usr/share/licenses/isl/LICENSE
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue