2009-10-28 02:06:01 +00:00
|
|
|
# Template build file for 'xwd'.
|
|
|
|
pkgname=xwd
|
2011-02-19 10:36:26 +00:00
|
|
|
version=1.0.4
|
2009-10-28 02:06:01 +00:00
|
|
|
distfiles="${XORG_SITE}/app/$pkgname-$version.tar.bz2"
|
2011-10-24 12:14:47 +00:00
|
|
|
build_style=gnu-configure
|
2011-11-14 17:12:47 +00:00
|
|
|
revision=1
|
2009-10-28 02:06:01 +00:00
|
|
|
short_desc="Dump an image of an X window"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2011-02-19 10:36:26 +00:00
|
|
|
checksum=b7a6c889911a0ab52f9f92a83658abb81e213969ad4e6c73c11c9274a438b01e
|
2009-10-28 02:06:01 +00:00
|
|
|
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."
|
2011-02-19 10:36:26 +00:00
|
|
|
|
|
|
|
Add_dependency run libX11
|
2009-10-28 02:06:01 +00:00
|
|
|
Add_dependency build pkg-config
|
2011-02-19 10:36:26 +00:00
|
|
|
Add_dependency build libX11-devel
|