xfce4-radio-plugin: New port.
This commit is contained in:
parent
253a8344bd
commit
ac1fef820c
14
xfce4-radio-plugin/.footprint
Normal file
14
xfce4-radio-plugin/.footprint
Normal 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
|
1
xfce4-radio-plugin/.md5sum
Normal file
1
xfce4-radio-plugin/.md5sum
Normal file
@ -0,0 +1 @@
|
||||
1df138153be0c70757df5a16f018a486 xfce4-radio-plugin-0.2.1.tar.gz
|
22
xfce4-radio-plugin/Pkgfile
Normal file
22
xfce4-radio-plugin/Pkgfile
Normal 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
|
||||
}
|
4
xfce4-radio-plugin/README
Normal file
4
xfce4-radio-plugin/README
Normal 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.
|
Loading…
x
Reference in New Issue
Block a user