23 lines
703 B
Plaintext
Raw Normal View History

2008-08-27 09:25:08 +02:00
# Description: Compatibility layer for running WindowMaker dockapps on the XFCE desktop.
# URL: http://goodies.xfce.org/projects/panel-plugins/xfce4-wmdock-plugin
2015-03-03 02:03:03 +00:00
# Maintainer: CRUX Xfce Team, xfce-ports at crux dot nu
2009-05-19 18:12:09 +00:00
# Packager: Jose V Beneyto, sepen at crux dot nu
2011-05-04 12:32:44 +02:00
# Depends on: xfce4-panel libwnck libxfcegui4
2008-08-27 09:25:08 +02:00
# Group: xfce4
name=xfce4-wmdock-plugin
2011-05-04 12:32:44 +02:00
version=0.3.4
2008-08-27 09:25:08 +02:00
release=1
2010-12-17 12:19:50 +01:00
source=(http://archive.xfce.org/src/panel-plugins/$name/${version%.*}/$name-$version.tar.bz2)
2008-08-27 09:25:08 +02:00
build() {
cd $name-$version
./configure --prefix=/usr \
--libexecdir=/usr/lib \
--disable-static \
--disable-debug
make
make DESTDIR=$PKG install
2009-05-19 18:12:09 +00:00
rm -rf $PKG/usr/share/locale
2008-08-27 09:25:08 +02:00
}