2009-03-27 06:23:06 +01:00
|
|
|
# Template build file for 'xcmsdb'.
|
|
|
|
pkgname=xcmsdb
|
2011-02-19 10:43:17 +01:00
|
|
|
version=1.0.3
|
2013-03-31 09:52:17 +02:00
|
|
|
revision=2
|
2013-04-14 18:42:25 +02:00
|
|
|
build_style=gnu-configure
|
|
|
|
hostmakedepends="pkg-config"
|
|
|
|
makedepends="libX11-devel"
|
2009-03-27 06:23:06 +01:00
|
|
|
short_desc="Device Color Characterization utility for X"
|
2013-03-31 09:52:17 +02:00
|
|
|
homepage="http://xorg.freedesktop.org"
|
|
|
|
license="MIT"
|
2009-03-27 06:23:06 +01:00
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2013-04-14 18:42:25 +02:00
|
|
|
distfiles="${XORG_SITE}/app/$pkgname-$version.tar.bz2"
|
2011-02-19 10:43:17 +01:00
|
|
|
checksum=b237d060f1eed71fa2bfe089b7fb04508299e1a49091a7d7b0e536f8344d5a80
|
2009-03-27 06:23:06 +01:00
|
|
|
long_desc="
|
|
|
|
$pkgname is used to load, query, or remove Device Color Characterization
|
|
|
|
data stored in properties on the root window of the screen as specified
|
|
|
|
in section 7, Device Color Characterization, of the ICCCM."
|
2011-02-19 10:43:17 +01:00
|
|
|
|
2013-04-14 18:42:25 +02:00
|
|
|
xcmsdb_package() {
|
|
|
|
pkg_install() {
|
|
|
|
vmove usr
|
|
|
|
}
|
|
|
|
}
|