opt/rxvt-unicode/Pkgfile

25 lines
710 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
2012-06-14 02:17:03 +02:00
# Maintainer: Fredrik Rinnestam, fredrik at crux dot nu
# Depends on: xorg-libxft, xorg-libxpm, perl
2006-02-23 16:26:10 +01:00
name=rxvt-unicode
2013-03-24 18:45:59 +01:00
version=9.18
release=2
2010-02-14 10:28:09 +01:00
source=(http://dist.schmorp.de/$name/Attic/$name-$version.tar.bz2)
2006-02-23 16:26:10 +01:00
build() {
2012-06-14 02:17:03 +02:00
cd $name-$version
2006-02-23 16:26:10 +01:00
2012-06-14 02:17:03 +02:00
./configure --prefix=/usr --mandir=/usr/man \
--enable-utmp --enable-wtmp \
--enable-transparency --enable-fading \
--enable-mousewheel --enable-256-color \
2012-06-14 02:17:03 +02:00
--enable-xft --enable-font-styles
2006-02-23 16:26:10 +01:00
2012-06-14 02:17:03 +02:00
make
2006-02-23 16:26:10 +01:00
2012-06-14 02:17:03 +02:00
mkdir -p $PKG/usr/share/terminfo
make TERMINFO=$PKG/usr/share/terminfo DESTDIR=$PKG install
2006-02-23 16:26:10 +01:00
}