20 lines
534 B
Bash
20 lines
534 B
Bash
# Template file for 'xrdb'
|
|
pkgname=xrdb
|
|
version=1.2.0
|
|
revision=2
|
|
build_style=gnu-configure
|
|
configure_args="--with-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=f23a65cfa1f7126040d68b6cf1e4567523edac10f8dc06f23d840d330c7c6946
|
|
|
|
post_install() {
|
|
vlicense COPYING
|
|
}
|