mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
grail: fix license, other lint
This commit is contained in:
parent
5c2fc0942d
commit
391e0ff911
1 changed files with 6 additions and 6 deletions
|
@ -1,17 +1,17 @@
|
||||||
# Template build file for 'grail'
|
# Template file for 'grail'
|
||||||
pkgname=grail
|
pkgname=grail
|
||||||
version=3.1.1
|
version=3.1.1
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
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"
|
short_desc="Gesture Recognition And Instantiation Library"
|
||||||
maintainer="Enno Boland <gottox@voidlinux.org>"
|
maintainer="Enno Boland <gottox@voidlinux.org>"
|
||||||
license="LGPL-3"
|
license="LGPL-3.0-only"
|
||||||
homepage="https://launchpad.net/grail"
|
homepage="https://launchpad.net/grail"
|
||||||
distfiles="https://launchpad.net/${pkgname}/trunk/${version}/+download/${pkgname}-${version}.tar.bz2"
|
distfiles="https://launchpad.net/${pkgname}/trunk/${version}/+download/${pkgname}-${version}.tar.bz2"
|
||||||
checksum=5eed1f650f042481daa3a2de5e7d43261fe343b2a1b1e240f3b7fc26572c9df3
|
checksum=5eed1f650f042481daa3a2de5e7d43261fe343b2a1b1e240f3b7fc26572c9df3
|
||||||
hostmakedepends="pkg-config"
|
|
||||||
makedepends="frame-devel libXfixes-devel libXi-devel"
|
|
||||||
configure_args="--with-x11"
|
|
||||||
|
|
||||||
grail-devel_package() {
|
grail-devel_package() {
|
||||||
depends="grail>=${version}_${revision}"
|
depends="grail>=${version}_${revision}"
|
||||||
|
|
Loading…
Add table
Reference in a new issue