[arch-commits] Commit in (libgap libgap/trunk libgap/trunk/PKGBUILD)

Antonio Rojas arojas at archlinux.org
Sat Dec 20 21:04:30 UTC 2014


    Date: Saturday, December 20, 2014 @ 22:04:29
  Author: arojas
Revision: 124219

Splitting sage-mathematics

Added:
  libgap/
  libgap/trunk/
  libgap/trunk/PKGBUILD

----------+
 PKGBUILD |   25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)

Added: libgap/trunk/PKGBUILD
===================================================================
--- libgap/trunk/PKGBUILD	                        (rev 0)
+++ libgap/trunk/PKGBUILD	2014-12-20 21:04:29 UTC (rev 124219)
@@ -0,0 +1,25 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=libgap
+pkgver=4.7.5.1
+pkgrel=1
+pkgdesc="A C library version of the GAP kernel"
+arch=('i686' 'x86_64')
+url="https://bitbucket.org/vbraun/libgap"
+license=('GPL')
+depends=('gmp')
+#source=("https://bitbucket.org/vbraun/libgap/downloads/$pkgname-$pkgver.tar.gz")
+source=("http://www.sagemath.org/packages/upstream/$pkgname/$pkgname-$pkgver.tar.gz")
+md5sums=('f797ca3b8d3232cb24b5fe3be704a08a')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make install DESTDIR="$pkgdir"
+}
+


Property changes on: libgap/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property



More information about the arch-commits mailing list