[arch-commits] Commit in (gf2x gf2x/trunk gf2x/trunk/PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Fri Dec 19 22:15:08 UTC 2014
Date: Friday, December 19, 2014 @ 23:15:07
Author: arojas
Revision: 124136
Splitting sage-mathematics
Added:
gf2x/
gf2x/trunk/
gf2x/trunk/PKGBUILD
----------+
PKGBUILD | 29 +++++++++++++++++++++++++++++
1 file changed, 29 insertions(+)
Added: gf2x/trunk/PKGBUILD
===================================================================
--- gf2x/trunk/PKGBUILD (rev 0)
+++ gf2x/trunk/PKGBUILD 2014-12-19 22:15:07 UTC (rev 124136)
@@ -0,0 +1,29 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=gf2x
+pkgver=1.1
+pkgrel=1
+pkgdesc="A library for multiplying polynomials over the binary field"
+arch=('i686' 'x86_64')
+url="http://gforge.inria.fr/projects/gf2x/"
+license=('GPL' 'LGPL')
+depends=('glibc')
+options=('!libtool')
+source=("http://gforge.inria.fr/frs/download.php/30873/gf2x-1.1.tar.gz")
+md5sums=('d9ce3a0d8cb6be50e3a1ff6d90be669f')
+
+build() {
+ cd $pkgname-$pkgver
+ ./configure --prefix=/usr --enable-sse2 CFLAGS="$CFLAGS -msse2"
+ make
+}
+
+check() {
+ cd $pkgname-$pkgver
+ make -k check
+}
+
+package() {
+ cd $pkgname-$pkgver
+ make prefix="$pkgdir"/usr install
+}
Property changes on: gf2x/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
More information about the arch-commits
mailing list