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