# Description: A tool for extracting data from graphs # URL: https://github.com/pn2200/g3data # Maintainer: Petar Petrov, slackalaxy at gmail dot com # Depends on: gtk xorg-libxdamage name=g3data version=47a1e64 release=1 source=(https://github.com/pn2200/g3data/archive/$version/g3data-47a1e648b3e1fa2e2a0f138fe57e23469318bb4e.tar.gz) build() { cd $name-${version}* autoreconf -fvi ./configure --prefix=/usr make make install DESTDIR=$PKG }