18 lines
665 B
Plaintext
18 lines
665 B
Plaintext
# Template build file for 'xwd'.
|
|
pkgname=xwd
|
|
version=1.0.3
|
|
distfiles="${XORG_SITE}/app/$pkgname-$version.tar.bz2"
|
|
build_style=gnu_configure
|
|
short_desc="Dump an image of an X window"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
checksum=fff2dbea086c554463d4309209ee05e026b7f19900598f55e0a24a6d7a7ee3fd
|
|
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."
|
|
|
|
Add_dependency build pkg-config
|
|
Add_dependency full glibc
|
|
Add_dependency full libX11
|