vp-build/srcpkgs/xclipboard/template

18 lines
463 B
Bash

# Template build file for 'xclipboard'.
pkgname=xclipboard
version=1.1.3
revision=3
build_style=gnu-configure
hostmakedepends="pkg-config"
makedepends="libXaw-devel"
short_desc="X clipboard client"
homepage="http://xorg.freedesktop.org"
license="MIT"
maintainer="Leah Neukirchen <leah@vuxu.org>"
distfiles="${XORG_SITE}/app/$pkgname-$version.tar.bz2"
checksum=9c0e0a1f4f1d49f73c6cf3ccd27b5ca0e18afc63679f1a1ee466b1d82446ebb5
post_install() {
vlicense COPYING
}