[arch-commits] Commit in benzene/repos/community-x86_64 (3 files)

Antonio Rojas arojas at archlinux.org
Wed Dec 20 20:41:04 UTC 2017


    Date: Wednesday, December 20, 2017 @ 20:41:03
  Author: arojas
Revision: 275076

archrelease: copy trunk to community-x86_64

Added:
  benzene/repos/community-x86_64/PKGBUILD
    (from rev 275075, benzene/trunk/PKGBUILD)
Deleted:
  benzene/repos/community-x86_64/Makefile.patch
  benzene/repos/community-x86_64/PKGBUILD

----------------+
 Makefile.patch |   20 -------------------
 PKGBUILD       |   57 +++++++++++++++++++++++--------------------------------
 2 files changed, 24 insertions(+), 53 deletions(-)

Deleted: Makefile.patch
===================================================================
--- Makefile.patch	2017-12-20 20:40:15 UTC (rev 275075)
+++ Makefile.patch	2017-12-20 20:41:03 UTC (rev 275076)
@@ -1,20 +0,0 @@
---- grinvin-1.2.2/nonjava/Makefile.incl.tmpl.orig	2015-01-22 21:46:11.188829593 +0100
-+++ grinvin-1.2.2/nonjava/Makefile.incl.tmpl	2015-01-22 21:46:29.078893693 +0100
-@@ -37,14 +37,14 @@
- 
- # Which distributions to build on which OS
- 
--#TARGETS=for-linux-on-linux
--TARGETS=for-linux-on-linux for-win32-on-linux
-+TARGETS=for-linux-on-linux
-+#TARGETS=for-linux-on-linux for-win32-on-linux
- #TARGETS=for-osx-on-osx for-linux-on-osx for-win32-on-osx
- 
- # Locations of the executables
- 
- # typical linux situation:
--WIN-GCC=/usr/bin/i586-mingw32msvc-gcc
-+#WIN-GCC=/usr/bin/i586-mingw32msvc-gcc
- 
- # typical osx situation
- #LIN-GCC=/usr/local/i386-linux-4.1.1/bin/i386-linux-gcc

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2017-12-20 20:40:15 UTC (rev 275075)
+++ PKGBUILD	2017-12-20 20:41:03 UTC (rev 275076)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-
-pkgname=benzene
-pkgver=1.2.2
-pkgrel=1
-pkgdesc="A program for the efficient generation of all nonisomorphic fusenes and benzenoids with a given number of faces"
-arch=('i686' 'x86_64')
-url="http://www.grinvin.org/"
-license=('GPL2')
-depends=('glibc')
-source=("http://downloads.grinvin.org/modules/grinvin-dist/grinvin-$pkgver-src.tar.gz" 'Makefile.patch')
-md5sums=('61ccb62cc741068adaa6c2d8cc8fa8ae'
-         '2fecb6542ba4e7fc04a6afa232d6a5e8')
-
-prepare() {
-  patch -p0 -i "$srcdir"/Makefile.patch
-}
-
-build() {
-  cd grinvin-$pkgver/nonjava
-
-  mv Makefile.incl.tmpl Makefile.incl
-  make
-}
-
-package() {
-  cd grinvin-$pkgver/build/linux
-
-  mkdir -p "$pkgdir"/usr/bin
-  cp $pkgname "$pkgdir"/usr/bin/
-}
-

Copied: benzene/repos/community-x86_64/PKGBUILD (from rev 275075, benzene/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2017-12-20 20:41:03 UTC (rev 275076)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=benzene
+pkgver=20130630
+pkgrel=1
+pkgdesc="A program for the efficient generation of all nonisomorphic fusenes and benzenoids with a given number of faces"
+arch=(x86_64)
+url="http://www.grinvin.org/"
+license=(GPL2)
+depends=(glibc)
+source=("http://mirrors.mit.edu/sage/spkg/upstream/benzene/$pkgname-$pkgver.tar.bz2")
+sha256sums=('63e8662672a007f5b2a727df0ab0e38825c65229fd1060fbf5b5d87b3301e9c6')
+
+build() {
+  cd src
+  make
+}
+
+package() {
+  mkdir -p "$pkgdir"/usr/bin
+  cp src/$pkgname "$pkgdir"/usr/bin/
+}
+



More information about the arch-commits mailing list