2015-03-03 02:03:03 +00:00

23 lines
703 B
Plaintext

# Description: Compatibility layer for running WindowMaker dockapps on the XFCE desktop.
# URL: http://goodies.xfce.org/projects/panel-plugins/xfce4-wmdock-plugin
# Maintainer: CRUX Xfce Team, xfce-ports at crux dot nu
# Packager: Jose V Beneyto, sepen at crux dot nu
# Depends on: xfce4-panel libwnck libxfcegui4
# Group: xfce4
name=xfce4-wmdock-plugin
version=0.3.4
release=1
source=(http://archive.xfce.org/src/panel-plugins/$name/${version%.*}/$name-$version.tar.bz2)
build() {
cd $name-$version
./configure --prefix=/usr \
--libexecdir=/usr/lib \
--disable-static \
--disable-debug
make
make DESTDIR=$PKG install
rm -rf $PKG/usr/share/locale
}