22 lines
653 B
Plaintext
22 lines
653 B
Plaintext
# Description: Plugin to simplify establishing a ppp connection via a modem.
|
|
# URL: http://goodies.xfce.org/projects/panel-plugins/xfce4-modemlights-plugin
|
|
# Maintainer: CRUX Xfce Team, xfce-ports at crux dot nu
|
|
# Packager: Jose V Beneyto, sepen at crux dot nu
|
|
# Depends on: xfce4-panel
|
|
# Group: xfce4
|
|
|
|
name=xfce4-modemlights-plugin
|
|
version=0.1.3.99
|
|
release=1
|
|
source=(http://archive.xfce.org/src/panel-plugins/$name/${version%.*.*}/$name-$version.tar.bz2)
|
|
|
|
build() {
|
|
cd $name-$version
|
|
./configure --prefix=/usr \
|
|
--libexecdir=/usr/lib \
|
|
--disable-debug
|
|
make
|
|
make DESTDIR=$PKG install
|
|
rm -rf $PKG/usr/share/locale
|
|
}
|