void-packages/srcpkgs/rxvt-unicode/template

32 lines
1.1 KiB
Plaintext

# Template build file for 'rxvt-unicode'.
pkgname=rxvt-unicode
version=9.06
revision=2
distfiles="http://dist.schmorp.de/${pkgname}/${pkgname}-${version}.tar.bz2"
build_style=gnu_configure
configure_args="--enable-everything"
short_desc="rxvt clone supporting Xft fonts and Unicode"
maintainer="Juan RP <xtraeme@gmail.com>"
checksum=8ef9359c01059efd330626c6cd7b082be9bf10587f2b9fe84caa43a84aa576d1
long_desc="
rxvt-unicode is a clone of the well known terminal emulator rxvt,
modified to store text in Unicode (either UCS-2 or UCS-4) and to use
locale-correct input and output. It also supports mixing multiple
fonts at the same time, including Xft fonts."
Add_dependency run glibc
Add_dependency run fontconfig
Add_dependency run freetype
Add_dependency run libX11
Add_dependency run libXft
Add_dependency run libXrender
Add_dependency full perl ">=0"
Add_dependency build pkg-config
Add_dependency build renderproto
Add_dependency build fontconfig-devel
Add_dependency build freetype-devel
Add_dependency build libX11-devel
Add_dependency build libXft-devel
Add_dependency build libXrender-devel