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

Antonio Rojas arojas at archlinux.org
Thu Jan 22 19:59:10 UTC 2015


    Date: Thursday, January 22, 2015 @ 20:59:10
  Author: arojas
Revision: 126422

Sage optional dependency

Added:
  buckygen/
  buckygen/trunk/
  buckygen/trunk/PKGBUILD

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

Added: buckygen/trunk/PKGBUILD
===================================================================
--- buckygen/trunk/PKGBUILD	                        (rev 0)
+++ buckygen/trunk/PKGBUILD	2015-01-22 19:59:10 UTC (rev 126422)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=buckygen
+pkgver=1.0
+pkgrel=1
+pkgdesc="A program for the efficient generation of all nonisomorphic fullerenes"
+arch=('i686' 'x86_64')
+url="http://caagt.ugent.be/buckygen/"
+license=('GPL')
+depends=('glibc')
+source=("http://caagt.ugent.be/$pkgname/$pkgname-$pkgver.zip")
+md5sums=('e94ba278b6d08d5bde9464823c88f1e7')
+
+build() {
+  cd $pkgname-$pkgver
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  mkdir -p "$pkgdir"/usr/bin
+  cp $pkgname "$pkgdir"/usr/bin/
+}
+


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



More information about the arch-commits mailing list