2007-07-24 13:38:04 +02:00
|
|
|
# Description: The Verve panel plugin is a comfortable command line plugin for the Xfce panel.
|
|
|
|
# URL: http://goodies.xfce.org/projects/panel-plugins/verve-plugin
|
2007-12-23 19:49:36 +01:00
|
|
|
# Maintainer: Jose V Beneyto, sepen at users dot sourceforge dot net
|
|
|
|
# Packager: Jose V Beneyto, sepen at users dot sourceforge dot net
|
2007-07-30 11:36:22 +02:00
|
|
|
# Depends on: xfce4-panel,libpcre
|
2007-07-24 13:38:04 +02:00
|
|
|
# Group: xfce4
|
|
|
|
|
|
|
|
name=xfce4-verve-plugin
|
|
|
|
version=0.3.5
|
2007-07-30 11:36:22 +02:00
|
|
|
release=2
|
2008-02-05 20:20:49 +01:00
|
|
|
source=(http://goodies.xfce.org/releases/verve-plugin/verve-plugin-$version.tar.bz2)
|
2007-07-24 13:38:04 +02:00
|
|
|
|
|
|
|
build() {
|
2008-02-05 20:20:49 +01:00
|
|
|
cd verve-plugin-$version
|
2007-07-24 13:38:04 +02:00
|
|
|
./configure --prefix=/usr \
|
|
|
|
--libexecdir=/usr/lib \
|
|
|
|
--disable-debug
|
|
|
|
make
|
2008-02-05 20:20:49 +01:00
|
|
|
make DESTDIR=$PKG install
|
|
|
|
rm -rf $PKG/usr/share/locale
|
2007-07-24 13:38:04 +02:00
|
|
|
}
|