mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-09 08:33:51 +02:00
xvidtune: add license.
This commit is contained in:
parent
edd171e994
commit
5f7530dcfe
1 changed files with 6 additions and 2 deletions
|
@ -1,13 +1,17 @@
|
||||||
# Template build file for 'xvidtune'.
|
# Template build file for 'xvidtune'.
|
||||||
pkgname=xvidtune
|
pkgname=xvidtune
|
||||||
version=1.0.3
|
version=1.0.3
|
||||||
revision=3
|
revision=4
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
makedepends="libXaw-devel libXxf86vm-devel"
|
makedepends="libXaw-devel libXxf86vm-devel"
|
||||||
short_desc="Video mode tuner for Xorg"
|
short_desc="Video mode tuner for Xorg"
|
||||||
homepage="http://xorg.freedesktop.org"
|
homepage="http://xorg.freedesktop.org"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||||
distfiles="${XORG_SITE}/app/$pkgname-$version.tar.bz2"
|
distfiles="${XORG_SITE}/app/$pkgname-$version.tar.bz2"
|
||||||
checksum=24e5e103933a04bfb2e1d18562619ed74031ab515e7343eb546bacdbcbeecf01
|
checksum=24e5e103933a04bfb2e1d18562619ed74031ab515e7343eb546bacdbcbeecf01
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vlicense COPYING
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue