mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-09 08:33:51 +02:00
frame: fix license
This commit is contained in:
parent
2584f46f99
commit
b768ce08ba
1 changed files with 6 additions and 6 deletions
|
@ -1,17 +1,17 @@
|
||||||
# Template build file for 'frame'
|
# Template file for 'frame'
|
||||||
pkgname=frame
|
pkgname=frame
|
||||||
version=2.5.0
|
version=2.5.0
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
|
configure_args="--enable-x11"
|
||||||
|
hostmakedepends="pkg-config"
|
||||||
|
makedepends="libXi-devel xorg-server-devel"
|
||||||
short_desc="Touch Frame Library"
|
short_desc="Touch Frame Library"
|
||||||
maintainer="Enno Boland <gottox@voidlinux.org>"
|
maintainer="Enno Boland <gottox@voidlinux.org>"
|
||||||
makedepends="libXi-devel xorg-server-devel"
|
license="LGPL-3.0-only"
|
||||||
hostmakedepends="pkg-config"
|
|
||||||
license="LGPL-2.1"
|
|
||||||
homepage="https://launchpad.net/frame"
|
homepage="https://launchpad.net/frame"
|
||||||
distfiles="https://launchpad.net/${pkgname}/trunk/v${version}/+download/${pkgname}-${version}.tar.gz"
|
distfiles="https://launchpad.net/${pkgname}/trunk/v${version}/+download/${pkgname}-${version}.tar.gz"
|
||||||
checksum=cfb9ab52cdccd926f1822a457264d0014c7eb9f4600a72626063dd073b26256f
|
checksum=cfb9ab52cdccd926f1822a457264d0014c7eb9f4600a72626063dd073b26256f
|
||||||
configure_args="--enable-x11"
|
|
||||||
|
|
||||||
frame-devel_package() {
|
frame-devel_package() {
|
||||||
depends="frame>=${version}_${revision}"
|
depends="frame>=${version}_${revision}"
|
||||||
|
|
Loading…
Add table
Reference in a new issue