18 lines
516 B
Bash
18 lines
516 B
Bash
# 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
|
|
}
|