#Former Maintainer: Stephen Nabholz #Maintainer: toothandnail pkgname=rxvt-unicode pkgver=9.07 pkgrel=1 zenver=64 arch=i686 source=("http://dist.schmorp.de/rxvt-unicode/$pkgname-$pkgver.tar.bz2") sourcetemplate=http://zenwalk.pinguix.com/user-accounts/toothandnail//$pkgname/$pkgver/ #sourcetemplate=http://users.zenwalk.org/user-accounts/steevols/packages/rxvt-unicode/ docs=("copying" "changes" "install" "readme.faq" "readme.configure") url=http://software.schmorp.de/pkg/rxvt-unicode.html slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "rxvt-unicode - clone of rxvt" "rxvt-unicode is a clone of the well known terminal emulator rxvt." "It's main features include unicode text, locale-correct input," "daemon mode, embedded perl, low bug count, no flicker, line" "wrapping, multiple fonts, true transparency, and support for both" "local and remote connections." ) build() { cd $startdir/src/$pkgname-$pkgver ./configure --prefix=/usr --localstatedir=/var --sysconfdir=/etc --enable-everything make || return 1 make install DESTDIR=$startdir/pkg mkdir -p $startdir/pkg/usr/share/terminfo/r tic -o $startdir/pkg/usr/share/terminfo/ $startdir/src/$pkgname-$pkgver/doc/etc/rxvt-unicode.terminfo mkdir -p $startdir/pkg/usr/share/applications cat << "EOF" >$startdir/pkg/usr/share/applications/rxvt-unicode.desktop [Desktop Entry] Encoding=UTF-8 Name=urxvt Exec=urxvt Icon=terminal Info=Terminal GenericName=RXVT clone Categories=System;Application; Comment=Unicode clone of RXVT Terminal=false Type=Application StartupNotify=true EOF }