2010-12-17 00:25:29 +01:00

22 lines
641 B
Plaintext

# Description: The cellmodem plugin is a monitoring plugin for cellular modems.
# URL: http://goodies.xfce.org/projects/panel-plugins/xfce4-cellmodem-plugin
# Maintainer: Jose V Beneyto, sepen at crux dot nu
# Packager: Jose V Beneyto, sepen at crux dot nu
# Depends on: xfce4-panel
# Group: xfce4
name=xfce4-cellmodem-plugin
version=0.0.5
release=1
source=(http://archive.xfce.org/src/panel-plugins/$name/${version%.*}/$name-$version.tar.gz)
build() {
cd $name-$version
./configure --prefix=/usr \
--libexecdir=/usr/lib \
--disable-debug
make
make DESTDIR=$PKG install
rm -rf $PKG/usr/share/locale
}