mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 07:33:48 +02:00
read-edid: cleanup.
This commit is contained in:
parent
36e5949fe2
commit
c5cf3256d2
1 changed files with 3 additions and 3 deletions
|
@ -1,15 +1,15 @@
|
||||||
# Template file for 'read-edid'
|
# Template file for 'read-edid'
|
||||||
pkgname=read-edid
|
pkgname=read-edid
|
||||||
version=3.0.2
|
version=3.0.2
|
||||||
revision=2
|
revision=3
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
i686*|x86_64*) makedepends="libx86-devel";;
|
i686*|x86_64*) makedepends="libx86-devel";;
|
||||||
*) configure_args="-DCLASSICBUILD=NO";;
|
*) configure_args="-DCLASSICBUILD=NO";;
|
||||||
esac
|
esac
|
||||||
short_desc="Hardware information-gathering tool for VESA PnP monitors"
|
short_desc="Hardware information-gathering tool for VESA PnP monitors"
|
||||||
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||||
license="read-edid"
|
license="custom"
|
||||||
homepage="http://www.polypux.org/projects/read-edid/"
|
homepage="http://www.polypux.org/projects/read-edid/"
|
||||||
distfiles="http://www.polypux.org/projects/read-edid/${pkgname}-${version}.tar.gz"
|
distfiles="http://www.polypux.org/projects/read-edid/${pkgname}-${version}.tar.gz"
|
||||||
checksum=c7c6d8440f5b90f98e276829271ccea5b2ff5a3413df8a0f87ec09f834af186f
|
checksum=c7c6d8440f5b90f98e276829271ccea5b2ff5a3413df8a0f87ec09f834af186f
|
||||||
|
|
Loading…
Add table
Reference in a new issue