20 lines
566 B
Bash
20 lines
566 B
Bash
# Template file for 'xrdb'
|
|
pkgname=xrdb
|
|
version=1.2.1
|
|
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.bz2"
|
|
checksum=4f5d031c214ffb88a42ae7528492abde1178f5146351ceb3c05f3b8d5abee8b4
|
|
|
|
post_install() {
|
|
vlicense COPYING
|
|
}
|