[arch-commits] Commit in buckygen (5 files)

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


    Date: Thursday, January 22, 2015 @ 20:59:54
  Author: arojas
Revision: 126423

archrelease: copy trunk to community-i686, community-x86_64

Added:
  buckygen/repos/
  buckygen/repos/community-i686/
  buckygen/repos/community-i686/PKGBUILD
    (from rev 126422, buckygen/trunk/PKGBUILD)
  buckygen/repos/community-x86_64/
  buckygen/repos/community-x86_64/PKGBUILD
    (from rev 126422, buckygen/trunk/PKGBUILD)

---------------------------+
 community-i686/PKGBUILD   |   26 ++++++++++++++++++++++++++
 community-x86_64/PKGBUILD |   26 ++++++++++++++++++++++++++
 2 files changed, 52 insertions(+)

Copied: buckygen/repos/community-i686/PKGBUILD (from rev 126422, buckygen/trunk/PKGBUILD)
===================================================================
--- repos/community-i686/PKGBUILD	                        (rev 0)
+++ repos/community-i686/PKGBUILD	2015-01-22 19:59:54 UTC (rev 126423)
@@ -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/
+}
+

Copied: buckygen/repos/community-x86_64/PKGBUILD (from rev 126422, buckygen/trunk/PKGBUILD)
===================================================================
--- repos/community-x86_64/PKGBUILD	                        (rev 0)
+++ repos/community-x86_64/PKGBUILD	2015-01-22 19:59:54 UTC (rev 126423)
@@ -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/
+}
+



More information about the arch-commits mailing list