xfce4-wavelan-plugin: New port.
This commit is contained in:
parent
4acd91d46d
commit
d4fbfe0cdc
9
xfce4-wavelan-plugin/.footprint
Normal file
9
xfce4-wavelan-plugin/.footprint
Normal 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
|
1
xfce4-wavelan-plugin/.md5sum
Normal file
1
xfce4-wavelan-plugin/.md5sum
Normal file
@ -0,0 +1 @@
|
||||
b13993facb6b7a25ca81ac8cde9a9100 xfce4-wavelan-plugin-0.5.4.tar.gz
|
23
xfce4-wavelan-plugin/Pkgfile
Normal file
23
xfce4-wavelan-plugin/Pkgfile
Normal 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 {} \;
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user