2008-02-20 01:45:27 +01:00

23 lines
649 B
Plaintext

# Description: Clipboard manager plugin for the Xfce4 panel
# URL: http://goodies.xfce.org/projects/panel-plugins/xfce4-clipman-plugin
# Maintainer: Jose V Beneyto, sepen at users dot sourceforge dot net
# Packager: Jochem Kossen, jkossen at xs4all dot nl
# Depends on: xfce4-panel
# Group: xfce4
name=xfce4-clipman-plugin
version=0.8.0
release=1
source=(http://goodies.xfce.org/releases/$name/$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
}