# This is the older version of libwnck, providing libwnck-1.0.pc
# Note: depends on intltool
# Note: depends on libX11
# Note: depends on gtk+2
# Note: depends on glib
wget -c http://ftp.gnome.org/pub/GNOME/sources/libwnck/2.31/libwnck-2.31.0.tar.xz
tar -xJf libwnck-2.31.0.tar.xz
cd libwnck-2.31.0
mkdir -p build
cd build
../configure --prefix="/usr"
make # Doesn't mind -j#
make install