vp-build/srcpkgs/xrdb/template

20 lines
536 B
Bash

# Template build file for 'xrdb'.
pkgname=xrdb
version=1.1.1
revision=1
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"
homepage="http://xorg.freedesktop.org"
license="MIT"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
distfiles="${XORG_SITE}/app/$pkgname-$version.tar.bz2"
checksum=2d23ade7cdbb487996bf77cbb32cbe9bdb34d004748a53de7a4a97660d2217b7
post_install() {
vlicense COPYING
}