Merge pull request #3592 from Vaelatern/gromit-mpx

New package: gromit-mpx-1.1
This commit is contained in:
Juan RP 2016-02-14 20:24:00 +01:00
commit 4edbaa7b62

View file

@ -0,0 +1,17 @@
# Template file for 'gromit-mpx'
pkgname=gromit-mpx
version=1.1
revision=1
build_style=gnu-configure
hostmakedepends="autoconf automake pkg-config"
makedepends="gtk+3-devel"
short_desc="Multi-pointer annotation tool"
maintainer="Toyam Cox <Vaelatern@gmail.com>"
license="GPL-2"
homepage="https://github.com/bk138/gromit-mpx"
distfiles="https://github.com/bk138/${pkgname}/archive/${version}.tar.gz"
checksum=0065bef5ca4213933bb0e71efda09ea03bdab7115428e2a1e5c5dc54ca8444b9
pre_configure() {
autoreconf --install
}