mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-17 23:34:07 +00:00
core/isl to 0.12.2-1
This commit is contained in:
parent
7f38e49c31
commit
42e20cfa37
1 changed files with 6 additions and 6 deletions
|
@ -7,15 +7,15 @@
|
|||
noautobuild=1
|
||||
|
||||
pkgname=isl
|
||||
pkgver=0.12.1
|
||||
pkgrel=2
|
||||
pkgver=0.12.2
|
||||
pkgrel=1
|
||||
pkgdesc="Library for manipulating sets and relations of integer points bounded by linear constraints"
|
||||
arch=('i686' 'x86_64')
|
||||
url="http://freecode.com/projects/isl"
|
||||
depends=('gmp')
|
||||
license=('MIT')
|
||||
source=(ftp://ftp.linux.student.kuleuven.be/pub/people/skimo/isl/$pkgname-$pkgver.tar.bz2)
|
||||
md5sums=('27d381085ff1b5733c3e8a9b6ad24a4d')
|
||||
source=(http://isl.gforge.inria.fr/$pkgname-$pkgver.tar.bz2)
|
||||
md5sums=('e039bfcfb6c2ab039b8ee69bf883e824')
|
||||
|
||||
build() {
|
||||
cd "$srcdir/$pkgname-$pkgver"
|
||||
|
@ -30,10 +30,10 @@ check() {
|
|||
|
||||
package() {
|
||||
cd "$srcdir/$pkgname-$pkgver"
|
||||
make -j1 DESTDIR="$pkgdir/" install
|
||||
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.1-gdb.py
|
||||
mv $pkgdir/{,/usr/share/gdb/auto-load/}usr/lib/libisl.so.10.2.2-gdb.py
|
||||
|
||||
install -Dm644 LICENSE $pkgdir/usr/share/licenses/isl/LICENSE
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue