17 lines
475 B
Bash
17 lines
475 B
Bash
# Template build file for 'xwd'.
|
|
pkgname=xwd
|
|
version=1.0.7
|
|
revision=1
|
|
build_style=gnu-configure
|
|
hostmakedepends="pkg-config"
|
|
makedepends="libX11-devel libxkbfile-devel"
|
|
short_desc="Dump an image of an X window"
|
|
homepage="http://xorg.freedesktop.org"
|
|
license="MIT"
|
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
|
distfiles="${XORG_SITE}/app/$pkgname-$version.tar.bz2"
|
|
checksum=cd6815b8b9e0b98e284d3d732fb12162159cb9dcee4f45a7d4c0bd8b308a6794
|
|
|
|
post_install() {
|
|
vlicense COPYING
|
|
}
|