]> git.immae.eu Git - perso/Immae/Config/AUR.git/blame - PKGBUILD
Update checksums
[perso/Immae/Config/AUR.git] / PKGBUILD
CommitLineData
921c3505
IB
1# Maintainer : Immae <ismael.bouya@normalesup.org>
2# Contributor: <clu>
3# Contributor: Dominik Fuchs <dominik.fuchs@wur.nl>
4# Contributor: Michele Vascellari
5
6pkgname=g3data
7pkgver=1.5.4
8pkgrel=1
9pkgdesc="A tool for extracting data from scanned graphs."
10arch=('i686' 'x86_64')
11url="https://github.com/pn2200/g3data"
12license=('GPL2')
13depends=('gtk2>=2.6')
14makedepends=()
15source=(https://github.com/downloads/pn2200/${pkgname}/${pkgname}-${pkgver}.tar.gz)
33ee8cab 16sha512sums=('b4651eb6ba87ddb745c46520ccf2d7146d179e69a614d7c6c247b82eaf188b30e955d60e7df59419f63a304a5c5215829d3bea3cc233d2729ff599c523d852e2')
921c3505
IB
17
18build() {
19 cd ${srcdir}/${pkgname}-${pkgver}
20 ./configure --prefix=${pkgdir}/usr
21 make
22}
23
24package() {
25 cd ${srcdir}/${pkgname}-${pkgver}
26 make install
27}