From d4fbfe0cdc065f29e13ecff6e6706f90ef8c0f80 Mon Sep 17 00:00:00 2001 From: Jose V Beneyto Date: Wed, 23 Jul 2008 15:44:03 +0200 Subject: [PATCH] xfce4-wavelan-plugin: New port. --- xfce4-wavelan-plugin/.footprint | 9 +++++++++ xfce4-wavelan-plugin/.md5sum | 1 + xfce4-wavelan-plugin/Pkgfile | 23 +++++++++++++++++++++++ 3 files changed, 33 insertions(+) create mode 100644 xfce4-wavelan-plugin/.footprint create mode 100644 xfce4-wavelan-plugin/.md5sum create mode 100644 xfce4-wavelan-plugin/Pkgfile diff --git a/xfce4-wavelan-plugin/.footprint b/xfce4-wavelan-plugin/.footprint new file mode 100644 index 0000000..76cc79b --- /dev/null +++ b/xfce4-wavelan-plugin/.footprint @@ -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 diff --git a/xfce4-wavelan-plugin/.md5sum b/xfce4-wavelan-plugin/.md5sum new file mode 100644 index 0000000..ed7d7a8 --- /dev/null +++ b/xfce4-wavelan-plugin/.md5sum @@ -0,0 +1 @@ +b13993facb6b7a25ca81ac8cde9a9100 xfce4-wavelan-plugin-0.5.4.tar.gz diff --git a/xfce4-wavelan-plugin/Pkgfile b/xfce4-wavelan-plugin/Pkgfile new file mode 100644 index 0000000..1eb9ba8 --- /dev/null +++ b/xfce4-wavelan-plugin/Pkgfile @@ -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 {} \; +}