xfce4-wavelan-plugin: New port.

This commit is contained in:
Jose V Beneyto 2008-07-23 15:44:03 +02:00
parent 4acd91d46d
commit d4fbfe0cdc
3 changed files with 33 additions and 0 deletions

View File

@ -0,0 +1,9 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/lib/
drwxr-xr-x root/root usr/lib/xfce4/
drwxr-xr-x root/root usr/lib/xfce4/panel-plugins/
-rwxr-xr-x root/root usr/lib/xfce4/panel-plugins/xfce4-wavelan-plugin
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/xfce4/
drwxr-xr-x root/root usr/share/xfce4/panel-plugins/
-rw-r--r-- root/root usr/share/xfce4/panel-plugins/wavelan.desktop

View File

@ -0,0 +1 @@
b13993facb6b7a25ca81ac8cde9a9100 xfce4-wavelan-plugin-0.5.4.tar.gz

View File

@ -0,0 +1,23 @@
# Description: plugin is used to display stats from a wireless lan interface
# URL: http://goodies.xfce.org/projects/panel-plugins/xfce4-wavelan-plugin
# Maintainer: Jose V Beneyto, sepen at users dot sourceforge dot net
# Packager: Ricardo Oliveira, crux at roliveira dot eu
# Depends on: xfce4-panel
name=xfce4-wavelan-plugin
version=0.5.4
release=1
source=(http://goodies.xfce.org/releases/$name/$name-$version.tar.gz)
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
find $PKG/usr/share/xfce4/panel-plugins -type f -name '*.desktop' \
-exec sed -r '/^(Comment|Name)\[/d' -i {} \;
}