24 lines
749 B
Text
24 lines
749 B
Text
# Template build file for 'xwd'.
|
|
pkgname=xwd
|
|
version=1.0.4
|
|
revision=3
|
|
build_style=gnu-configure
|
|
hostmakedepends="pkg-config"
|
|
makedepends="libX11-devel"
|
|
short_desc="Dump an image of an X window"
|
|
homepage="http://xorg.freedesktop.org"
|
|
license="MIT"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
distfiles="${XORG_SITE}/app/$pkgname-$version.tar.bz2"
|
|
checksum=b7a6c889911a0ab52f9f92a83658abb81e213969ad4e6c73c11c9274a438b01e
|
|
long_desc="
|
|
Xwd is an X Window System window dumping utility. Xwd allows X users to
|
|
store window images in a specially formatted dump file. This file can
|
|
then be read by various other X utilities for redisplay, printing, editing,
|
|
formatting, archiving, image processing, etc."
|
|
|
|
xwd_package() {
|
|
pkg_install() {
|
|
vmove usr
|
|
}
|
|
}
|