opt/rxvt-unicode/Pkgfile

25 lines
688 B
Plaintext
Raw Normal View History

2006-02-23 16:26:10 +01:00
# Description: rxvt fork with unicode and xft support
# URL: http://software.schmorp.de/#rxvt-unicode
# Maintainer: Tilman Sauerbeck, tilman at crux dot nu
# Depends on: xorg-libxft, xorg-libxpm, perl
2006-02-23 16:26:10 +01:00
name=rxvt-unicode
2010-02-14 10:28:09 +01:00
version=9.07
release=1
source=(http://dist.schmorp.de/$name/Attic/$name-$version.tar.bz2)
2006-02-23 16:26:10 +01:00
build() {
2006-02-23 16:26:10 +01:00
cd $name-$version
2007-08-13 17:01:07 +02:00
./configure --prefix=/usr --mandir=/usr/man \
2006-02-23 16:26:10 +01:00
--enable-utmp --enable-wtmp \
--enable-transparency --enable-tinting --enable-fading \
--enable-mousewheel \
--enable-xft --enable-font-styles
make
mkdir -p $PKG/usr/share/terminfo
make TERMINFO=$PKG/usr/share/terminfo DESTDIR=$PKG install
}