24 lines
688 B
Plaintext
Raw Permalink Normal View History

2007-12-23 20:18:19 +01:00
# Description: Mount plugin for the xfce panel.
# URL: http://goodies.xfce.org/projects/panel-plugins/xfce4-mount-plugin
2009-10-07 07:18:58 +00:00
# Maintainer: Jose V Beneyto, sepen at crux dot nu
# Packager: Jose V Beneyto, sepen at crux dot nu
2007-12-23 20:18:19 +01:00
# Depends on: xfce4-panel
# Group: xfce4
name=xfce4-mount-plugin
version=0.5.5
release=1
2008-02-05 20:20:49 +01:00
source=(http://goodies.xfce.org/releases/$name/$name-$version.tar.bz2)
2007-12-23 20:18:19 +01:00
build() {
2008-02-05 20:20:49 +01:00
cd $name-$version
2007-12-23 20:18:19 +01: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
find $PKG/usr/share/xfce4/panel-plugins -type f -name '*.desktop' \
-exec sed -r '/\[.+\]=/d' -i {} \;
2007-12-23 20:18:19 +01:00
}