03b8306d5f
Adopt.
17 lines
469 B
Bash
17 lines
469 B
Bash
# Template file for 'xwd'
|
|
pkgname=xwd
|
|
version=1.0.8
|
|
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.bz2"
|
|
checksum=fbaa2b34163714fe7be22b60920ea4683f63b355babb1781aec2e452a033031b
|
|
|
|
post_install() {
|
|
vlicense COPYING
|
|
}
|