opt/rxvt-unicode/Pkgfile

25 lines
642 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
2006-02-23 16:26:10 +01:00
# Depends on: x11, perl
name=rxvt-unicode
2006-08-08 17:32:11 +02:00
version=7.9
2006-02-23 16:26:10 +01:00
release=1
source=(http://dist.schmorp.de/$name/$name-$version.tar.bz2)
build() {
2006-02-23 16:26:10 +01:00
cd $name-$version
./configure --prefix=/usr \
--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
}