# Description: Window Navigator Construction Kit library # URL: http://cvs.gnome.org/viewcvs/libwnck/ # Maintainer: Antonio SJ Musumeci, bile at landofbile dot com # Depends on: gtk, startup-notification # Group: name=libwnck version=2.20.3 release=1 source=(http://ftp.gnome.org/pub/gnome/sources/$name/${version%.*}/$name-$version.tar.bz2) build() { cd $name-$version rm po/*.po sed -i -e 's/USE_NLS=yes/USE_NLS=no/' \ -e 's/ENABLE_NLS 1/ENABLE_NLS 0/' configure ./configure --prefix=/usr make make DESTDIR=$PKG install rm -rf $PKG/usr/share }