grail: fix license, other lint
This commit is contained in:
parent
5c2fc0942d
commit
391e0ff911
|
@ -1,17 +1,17 @@
|
|||
# Template build file for 'grail'
|
||||
# Template file for 'grail'
|
||||
pkgname=grail
|
||||
version=3.1.1
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=gnu-configure
|
||||
configure_args="--with-x11"
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="frame-devel libXfixes-devel libXi-devel"
|
||||
short_desc="Gesture Recognition And Instantiation Library"
|
||||
maintainer="Enno Boland <gottox@voidlinux.org>"
|
||||
license="LGPL-3"
|
||||
license="LGPL-3.0-only"
|
||||
homepage="https://launchpad.net/grail"
|
||||
distfiles="https://launchpad.net/${pkgname}/trunk/${version}/+download/${pkgname}-${version}.tar.bz2"
|
||||
checksum=5eed1f650f042481daa3a2de5e7d43261fe343b2a1b1e240f3b7fc26572c9df3
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="frame-devel libXfixes-devel libXi-devel"
|
||||
configure_args="--with-x11"
|
||||
|
||||
grail-devel_package() {
|
||||
depends="grail>=${version}_${revision}"
|
||||
|
|
Loading…
Reference in New Issue