]> git.immae.eu Git - perso/Immae/Config/AUR.git/commitdiff
Add 'g3data/' from commit '33ee8cab6ef718d679602e2af032656e93e597f8'
authorIsmaël Bouya <ismael.bouya@normalesup.org>
Thu, 14 Feb 2019 13:17:45 +0000 (14:17 +0100)
committerIsmaël Bouya <ismael.bouya@normalesup.org>
Thu, 14 Feb 2019 13:17:45 +0000 (14:17 +0100)
git-subtree-dir: g3data
git-subtree-mainline: 797238e13c921d632a8cfe3da88d388ddc0946b9
git-subtree-split: 33ee8cab6ef718d679602e2af032656e93e597f8

g3data/.SRCINFO [new file with mode: 0644]
g3data/PKGBUILD [new file with mode: 0644]

diff --git a/g3data/.SRCINFO b/g3data/.SRCINFO
new file mode 100644 (file)
index 0000000..5d5fae0
--- /dev/null
@@ -0,0 +1,16 @@
+# Generated by mksrcinfo v8
+# Thu Feb 14 10:50:57 UTC 2019
+pkgbase = g3data
+       pkgdesc = A tool for extracting data from scanned graphs.
+       pkgver = 1.5.4
+       pkgrel = 1
+       url = https://github.com/pn2200/g3data
+       arch = i686
+       arch = x86_64
+       license = GPL2
+       depends = gtk2>=2.6
+       source = https://github.com/downloads/pn2200/g3data/g3data-1.5.4.tar.gz
+       sha512sums = b4651eb6ba87ddb745c46520ccf2d7146d179e69a614d7c6c247b82eaf188b30e955d60e7df59419f63a304a5c5215829d3bea3cc233d2729ff599c523d852e2
+
+pkgname = g3data
+
diff --git a/g3data/PKGBUILD b/g3data/PKGBUILD
new file mode 100644 (file)
index 0000000..e4d76e6
--- /dev/null
@@ -0,0 +1,27 @@
+# Maintainer : Immae <ismael.bouya@normalesup.org>
+# Contributor: <clu>
+# Contributor: Dominik Fuchs <dominik.fuchs@wur.nl>
+# Contributor: Michele Vascellari
+
+pkgname=g3data
+pkgver=1.5.4
+pkgrel=1
+pkgdesc="A tool for extracting data from scanned graphs."
+arch=('i686' 'x86_64')
+url="https://github.com/pn2200/g3data"
+license=('GPL2')
+depends=('gtk2>=2.6')
+makedepends=()
+source=(https://github.com/downloads/pn2200/${pkgname}/${pkgname}-${pkgver}.tar.gz)
+sha512sums=('b4651eb6ba87ddb745c46520ccf2d7146d179e69a614d7c6c247b82eaf188b30e955d60e7df59419f63a304a5c5215829d3bea3cc233d2729ff599c523d852e2')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=${pkgdir}/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make install
+}