18 lines
473 B
Bash
18 lines
473 B
Bash
# Template file for 'xwd'
|
|
pkgname=xwd
|
|
version=1.0.10
|
|
revision=1
|
|
build_style=gnu-configure
|
|
hostmakedepends="pkg-config"
|
|
makedepends="libX11-devel libxkbfile-devel"
|
|
short_desc="Dump an image of an X window"
|
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
|
license="MIT"
|
|
homepage="http://xorg.freedesktop.org"
|
|
distfiles="${XORG_SITE}/app/${pkgname}-${version}.tar.xz"
|
|
checksum=4909eacc26c4cd5a9afcd1468aec26e7c646544639031bdad4f71173aa82f3c3
|
|
|
|
post_install() {
|
|
vlicense COPYING
|
|
}
|