opt/windowmaker/Pkgfile
2006-04-30 20:09:24 +00:00

27 lines
832 B
Plaintext

# Description: An X11 window manager with a NEXTSTEP look and feel
# URL: http://www.windowmaker.info/
# Maintainer: Per Lidén, core-ports at crux dot nu
# Depends on: x11, libtiff, libungif
name=windowmaker
version=0.92.0
release=2
source=(ftp://ftp.windowmaker.info/pub/source/release/WindowMaker-$version.tar.bz2 \
$name-$version-gcc4.patch)
build() {
cd WindowMaker-$version
patch -p0 < ../$name-$version-gcc4.patch
aclocal
autoconf
automake -a
./configure --prefix=/usr
make
make DESTDIR=$PKG install
rm -rf $PKG/usr/share/WindowMaker/{README*,menu.*,plmenu.*} \
$PKG/usr/lib/locale $PKG/usr/man/sk $PKG/usr/bin/wm-oldmenu2new
# Bugfix for WPrefs
mkdir -p $PKG/usr/GNUstep/Applications
ln -sf ../../share/WPrefs $PKG/usr/GNUstep/Applications/WPrefs.app
}