18 lines
472 B
Bash
18 lines
472 B
Bash
# Template file for 'xwd'
|
|
pkgname=xwd
|
|
version=1.0.9
|
|
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=dc121b84947eb4a3d1131bff1e9844cfa2124d95b47b35f9932340fa931fbd3f
|
|
|
|
post_install() {
|
|
vlicense COPYING
|
|
}
|