void-packages/srcpkgs/xwd/template
Juan RP 23dd7d008e Update build_style for all templates.
- There's no need to set build_style for custom-install (default).
- gnu_{configure,makefile} renamed to gnu-{configure,makefile}.
2011-10-24 14:14:47 +02:00

18 lines
697 B
Text

# Template build file for 'xwd'.
pkgname=xwd
version=1.0.4
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=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."
Add_dependency run glibc
Add_dependency run libX11
Add_dependency build pkg-config
Add_dependency build libX11-devel