20 lines
565 B
Bash
20 lines
565 B
Bash
# Template file for 'xrdb'
|
|
pkgname=xrdb
|
|
version=1.2.2
|
|
revision=1
|
|
build_style=gnu-configure
|
|
configure_args="--with-cpp=/usr/bin/cpp,/usr/bin/clang-cpp,/usr/bin/mcpp"
|
|
hostmakedepends="pkg-config"
|
|
makedepends="libX11-devel libXmu-devel"
|
|
depends="mcpp"
|
|
short_desc="X server resource database utility"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="MIT"
|
|
homepage="http://xorg.freedesktop.org"
|
|
distfiles="${XORG_SITE}/app/${pkgname}-${version}.tar.xz"
|
|
checksum=31f5fcab231b38f255b00b066cf7ea3b496df712c9eb2d0d50c670b63e5033f4
|
|
|
|
post_install() {
|
|
vlicense COPYING
|
|
}
|