mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
core -> extra/ppl to 1.1-1
This commit is contained in:
parent
3adf6e4f45
commit
7fd4226936
1 changed files with 12 additions and 12 deletions
|
@ -1,4 +1,4 @@
|
|||
# $Id: PKGBUILD 151928 2012-03-04 10:58:10Z allan $
|
||||
# $Id$
|
||||
# Maintainer: Allan McRae <allan@archlinux.org>
|
||||
# Contributor: ezzetabi <ezzetabi at gawab dot com>
|
||||
|
||||
|
@ -8,30 +8,30 @@
|
|||
noautobuild=1
|
||||
|
||||
pkgname=ppl
|
||||
pkgver=1.0
|
||||
pkgver=1.1
|
||||
pkgrel=1
|
||||
pkgdesc="A modern library for convex polyhedra and other numerical abstractions."
|
||||
pkgdesc="A modern library for convex polyhedra and other numerical abstractions"
|
||||
arch=('i686' 'x86_64')
|
||||
url="http://bugseng.com/products/ppl"
|
||||
license=('GPL3')
|
||||
depends=('gmp>=5.0')
|
||||
options=('!docs' '!libtool')
|
||||
depends=('gmp')
|
||||
options=('!docs')
|
||||
source=(http://bugseng.com/products/ppl/download/ftp/releases/$pkgver/ppl-$pkgver.tar.gz{,.sign})
|
||||
md5sums=('c4566928c6b7bb63e95f96d1a7b5cb4c'
|
||||
'5f490df826c76fed296060ca8fca4eb5')
|
||||
md5sums=('4f2422c0ef3f409707af32108deb30a7'
|
||||
'SKIP')
|
||||
|
||||
build() {
|
||||
cd $srcdir/ppl-$pkgver
|
||||
cd ppl-$pkgver
|
||||
./configure --prefix=/usr --enable-interfaces="c,cxx"
|
||||
make
|
||||
}
|
||||
|
||||
check() {
|
||||
cd $srcdir/ppl-$pkgver
|
||||
#make check
|
||||
cd ppl-$pkgver
|
||||
make check
|
||||
}
|
||||
|
||||
package() {
|
||||
cd $srcdir/ppl-$pkgver
|
||||
make DESTDIR=$pkgdir install
|
||||
cd ppl-$pkgver
|
||||
make DESTDIR="$pkgdir" install
|
||||
}
|
Loading…
Reference in a new issue