18 lines
561 B
Bash
18 lines
561 B
Bash
# Template file for 'gromit-mpx'
|
|
pkgname=gromit-mpx
|
|
version=1.2
|
|
revision=1
|
|
build_style=gnu-configure
|
|
hostmakedepends="autoconf automake pkg-config"
|
|
makedepends="gtk+3-devel libappindicator-devel libdbusmenu-glib-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=c9034a238a43be5e1965fff37ab1b801578469075e88f5eb0c7514b00c317c19
|
|
|
|
pre_configure() {
|
|
autoreconf --install
|
|
}
|