opt/rxvt-unicode/Pkgfile

30 lines
794 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
2016-01-24 18:39:32 +01:00
version=9.22
release=1
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
2015-05-23 12:50:13 +02:00
./configure --prefix=/usr \
--enable-utmp \
--enable-wtmp \
--enable-transparency \
--enable-fading \
--enable-mousewheel \
--enable-256-color \
--enable-xft \
--enable-font-styles \
--enable-unicode3
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
}