mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-17 23:34:07 +00:00
community/gf2x to 1.1-2
This commit is contained in:
parent
1e1be91cb0
commit
24f8611f32
1 changed files with 6 additions and 6 deletions
|
@ -1,3 +1,4 @@
|
|||
# $Id$
|
||||
# Maintainer: Antonio Rojas <arojas@archlinux.org>
|
||||
|
||||
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org>
|
||||
|
@ -5,19 +6,18 @@
|
|||
|
||||
pkgname=gf2x
|
||||
pkgver=1.1
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="A library for multiplying polynomials over the binary field"
|
||||
arch=('i686' 'x86_64')
|
||||
arch=(i686 x86_64)
|
||||
url="http://gforge.inria.fr/projects/gf2x/"
|
||||
license=('GPL' 'LGPL')
|
||||
depends=('glibc')
|
||||
options=('!libtool')
|
||||
license=(GPL LGPL)
|
||||
depends=(glibc)
|
||||
source=("http://gforge.inria.fr/frs/download.php/30873/gf2x-1.1.tar.gz")
|
||||
md5sums=('d9ce3a0d8cb6be50e3a1ff6d90be669f')
|
||||
|
||||
build() {
|
||||
cd $pkgname-$pkgver
|
||||
./configure --prefix=/usr
|
||||
./configure --prefix=/usr --disable-pclmul
|
||||
make
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue