[arch-commits] Commit in buckygen/repos/community-x86_64 (PKGBUILD PKGBUILD)

Antonio Rojas arojas at archlinux.org
Tue Nov 5 09:22:44 UTC 2019


    Date: Tuesday, November 5, 2019 @ 09:22:44
  Author: arojas
Revision: 524180

archrelease: copy trunk to community-x86_64

Added:
  buckygen/repos/community-x86_64/PKGBUILD
    (from rev 524179, buckygen/trunk/PKGBUILD)
Deleted:
  buckygen/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   47 +++++++++++++++++++++++------------------------
 1 file changed, 23 insertions(+), 24 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-11-05 09:22:10 UTC (rev 524179)
+++ PKGBUILD	2019-11-05 09:22:44 UTC (rev 524180)
@@ -1,24 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-
-pkgname=buckygen
-pkgver=1.0
-pkgrel=2
-pkgdesc="A program for the efficient generation of all nonisomorphic fullerenes"
-arch=(x86_64)
-url="https://caagt.ugent.be/buckygen/"
-license=(GPL)
-depends=(glibc)
-source=("https://caagt.ugent.be/$pkgname/$pkgname-$pkgver.zip")
-sha256sums=('eb5700fc44c5cebc2da6cb3c38cf55f4dc608fd830084fd3f92b0821afdc6ca9')
-
-build() {
-  cd $pkgname-$pkgver
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  install -Dm755 $pkgname -t "$pkgdir"/usr/bin/
-}
-

Copied: buckygen/repos/community-x86_64/PKGBUILD (from rev 524179, buckygen/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-11-05 09:22:44 UTC (rev 524180)
@@ -0,0 +1,23 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=buckygen
+pkgver=1.1
+pkgrel=1
+pkgdesc="A program for the efficient generation of all nonisomorphic fullerenes"
+arch=(x86_64)
+url="https://caagt.ugent.be/buckygen/"
+license=(GPL)
+depends=(glibc)
+source=("https://caagt.ugent.be/$pkgname/$pkgname-$pkgver.zip")
+sha256sums=('990335ef2ae7c59e94f4ecf4e08d39b15cbdf02bdee0a03e3db443a8abbe28ca')
+
+build() {
+  cd $pkgname-$pkgver
+  make CC="gcc ${CFLAGS} ${LDFLAGS}"
+}
+
+package() {
+  cd $pkgname-$pkgver
+  install -Dm755 $pkgname -t "$pkgdir"/usr/bin/
+}
+



More information about the arch-commits mailing list