community/gf2x to 1.1-2

This commit is contained in:
Kevin Mihelich 2015-11-02 13:17:14 +00:00
parent 1e1be91cb0
commit 24f8611f32

View file

@ -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
}