mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
core/isl to 0.13-1
This commit is contained in:
parent
26b05009ac
commit
a4068d1408
1 changed files with 3 additions and 3 deletions
|
@ -7,7 +7,7 @@
|
|||
noautobuild=1
|
||||
|
||||
pkgname=isl
|
||||
pkgver=0.12.2
|
||||
pkgver=0.13
|
||||
pkgrel=1
|
||||
pkgdesc="Library for manipulating sets and relations of integer points bounded by linear constraints"
|
||||
arch=('i686' 'x86_64')
|
||||
|
@ -15,7 +15,7 @@ url="http://freecode.com/projects/isl"
|
|||
depends=('gmp')
|
||||
license=('MIT')
|
||||
source=(http://isl.gforge.inria.fr/$pkgname-$pkgver.tar.bz2)
|
||||
md5sums=('e039bfcfb6c2ab039b8ee69bf883e824')
|
||||
md5sums=('e4cf20c4c10d5d613457558b1f46b5e2')
|
||||
|
||||
build() {
|
||||
cd "$srcdir/$pkgname-$pkgver"
|
||||
|
@ -33,7 +33,7 @@ package() {
|
|||
make 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.2.2-gdb.py
|
||||
mv $pkgdir/usr/lib/libisl.so.*-gdb.py $pkgdir/usr/share/gdb/auto-load/usr/lib/
|
||||
|
||||
install -Dm644 LICENSE $pkgdir/usr/share/licenses/isl/LICENSE
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue