# rxvt, ftp://ftp.rxvt.org/pub/rxvt/ name=rxvt version=2.6.4 release=1 source=(ftp://ftp.rxvt.org/pub/rxvt/$name-$version.tar.gz) build() { cd $name-$version ./configure \ --prefix=/usr/X11R6 \ --sysconfdir=/etc/X11 \ --with-term=xterm-color make make DESTDIR=$PKG install }