opt/windowmaker/Pkgfile

27 lines
847 B
Plaintext
Raw Normal View History

# Description: An X11 window manager with a NEXTSTEP look and feel
2006-04-30 22:09:24 +02:00
# URL: http://www.windowmaker.info/
# Maintainer: Per Lid<69>n, core-ports at crux dot nu
# Depends on: x11, libtiff, libungif
name=windowmaker
version=0.92.0
release=3
2006-08-29 18:05:49 +02:00
source=(http://windowmaker.info/pub/source/release/WindowMaker-$version.tar.bz2 \
2006-02-23 19:45:58 +01:00
$name-$version-gcc4.patch)
build() {
cd WindowMaker-$version
2006-02-23 19:45:58 +01:00
patch -p0 < ../$name-$version-gcc4.patch
aclocal
autoconf
automake -a
./configure --prefix=/usr --mandir=/usr/man
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
}