void-packages/srcpkgs/rxvt-unicode/template

24 lines
1.1 KiB
Text
Raw Normal View History

# Template build file for 'rxvt-unicode'.
pkgname=rxvt-unicode
2012-12-28 08:18:05 +00:00
version=9.16
revision=1
build_style=gnu-configure
2011-01-14 23:11:38 +00:00
configure_args="--with-terminfo=/usr/share/terminfo --enable-256-color
2012-12-28 08:18:05 +00:00
--enable-font-styles --enable-xim --enable-keepscrolling --enable-pixbuf
--enable-selectionscrolling --enable-smart-resize --enable-transparency
--enable-utmp --enable-wtmp --enable-lastlog --disable-frills
--enable-startup-notification --enable-combining --with-term=rxvt-256color"
makedepends="pkg-config renderproto fontconfig-devel libXrender-devel
libXft-devel glib-devel gdk-pixbuf-devel startup-notification-devel"
short_desc="rxvt clone supporting Xft fonts and Unicode"
maintainer="Juan RP <xtraeme@gmail.com>"
2011-06-18 12:43:39 +00:00
homepage="http://software.schmorp.de/pkg/rxvt-unicode.html"
license="GPL-2"
distfiles="http://dist.schmorp.de/${pkgname}/${pkgname}-${version}.tar.bz2"
2012-12-28 08:18:05 +00:00
checksum=76bb15cdc8cc7709b01389727f7d818f1f401b6616121f0216165a4cb5e74874
2012-01-25 12:33:19 +00:00
post_install() {
vinstall ${FILESDIR}/${pkgname}.desktop 644 usr/share/applications
vinstall ${FILESDIR}/${pkgname}.png 644 usr/share/pixmaps
2011-01-14 23:11:38 +00:00
}