]> 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

1  2 
g3data/.SRCINFO
g3data/PKGBUILD

diff --combined g3data/.SRCINFO
index 0000000000000000000000000000000000000000,5d5fae03bc6cc4c1cddce26033af6affa410703c..5d5fae03bc6cc4c1cddce26033af6affa410703c
mode 000000,100644..100644
--- /dev/null
@@@ -1,0 -1,16 +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 --combined g3data/PKGBUILD
index 0000000000000000000000000000000000000000,e4d76e6760ff72fd25ddb393655d283ebe9de24b..e4d76e6760ff72fd25ddb393655d283ebe9de24b
mode 000000,100644..100644
--- /dev/null
@@@ -1,0 -1,27 +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
+ }