[arch-commits] Commit in gf2x (5 files)
Antonio Rojas
arojas at archlinux.org
Fri Dec 19 22:15:58 UTC 2014
Date: Friday, December 19, 2014 @ 23:15:58
Author: arojas
Revision: 124137
archrelease: copy trunk to community-i686, community-x86_64
Added:
gf2x/repos/
gf2x/repos/community-i686/
gf2x/repos/community-i686/PKGBUILD
(from rev 124136, gf2x/trunk/PKGBUILD)
gf2x/repos/community-x86_64/
gf2x/repos/community-x86_64/PKGBUILD
(from rev 124136, gf2x/trunk/PKGBUILD)
---------------------------+
community-i686/PKGBUILD | 29 +++++++++++++++++++++++++++++
community-x86_64/PKGBUILD | 29 +++++++++++++++++++++++++++++
2 files changed, 58 insertions(+)
Copied: gf2x/repos/community-i686/PKGBUILD (from rev 124136, gf2x/trunk/PKGBUILD)
===================================================================
--- repos/community-i686/PKGBUILD (rev 0)
+++ repos/community-i686/PKGBUILD 2014-12-19 22:15:58 UTC (rev 124137)
@@ -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
+}
Copied: gf2x/repos/community-x86_64/PKGBUILD (from rev 124136, gf2x/trunk/PKGBUILD)
===================================================================
--- repos/community-x86_64/PKGBUILD (rev 0)
+++ repos/community-x86_64/PKGBUILD 2014-12-19 22:15:58 UTC (rev 124137)
@@ -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
+}
More information about the arch-commits
mailing list