xfce4-radio-plugin: New port.

This commit is contained in:
Jose V Beneyto 2007-12-23 20:20:30 +01:00
parent 253a8344bd
commit ac1fef820c
4 changed files with 41 additions and 0 deletions

View File

@ -0,0 +1,14 @@
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-radio-plugin
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/icons/
drwxr-xr-x root/root usr/share/icons/hicolor/
drwxr-xr-x root/root usr/share/icons/hicolor/48x48/
drwxr-xr-x root/root usr/share/icons/hicolor/48x48/apps/
-rw-r--r-- root/root usr/share/icons/hicolor/48x48/apps/xfce-radio.png
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/radio.desktop

View File

@ -0,0 +1 @@
1df138153be0c70757df5a16f018a486 xfce4-radio-plugin-0.2.1.tar.gz

View File

@ -0,0 +1,22 @@
# Description: Plugin for driving V4l radio devices.
# URL: http://goodies.xfce.org/projects/panel-plugins/xfce4-radio-plugin
# Maintainer: Jose V Beneyto, sepen at users dot sourceforge dot net
# Packager: Jose V Beneyto, sepen at users dot sourceforge dot net
# Depends on: xfce4-panel
# Group: xfce4
name=xfce4-radio-plugin
version=0.2.1
release=1
source=(http://goodies.xfce.org/releases/${name}/${name}-${version}.tar.gz)
build() {
cd ${name}-${version}
autoconf
./configure --prefix=/usr \
--libexecdir=/usr/lib \
--disable-debug
make
make DESTDIR=${PKG} install
rm -rf ${PKG}/usr/share/locale
}

View File

@ -0,0 +1,4 @@
README for xfce4-radio-plugin 0.2.1
To run it, all you need is the Xfce panel and a properly configured V4l radio device.