summaryrefslogtreecommitdiffstats
path: root/extra/mpd
diff options
context:
space:
mode:
authortnut <tnut at nutyx dot com>2012-01-08 12:25:45 +0100
committertnut <tnut at nutyx dot com>2012-01-08 12:25:45 +0100
commit364eb3f4561747275c1649fda3fd60c1c16632f9 (patch)
treef65644af8e9a76e84cc48e97cee5ae22fcbd6575 /extra/mpd
parent9291e062cb24bac5d7c7059d4dc64669c1917b33 (diff)
downloadnutyx-pakxe-364eb3f4561747275c1649fda3fd60c1c16632f9.tar.gz
nutyx-pakxe-364eb3f4561747275c1649fda3fd60c1c16632f9.tar.bz2
nutyx-pakxe-364eb3f4561747275c1649fda3fd60c1c16632f9.tar.xz
nutyx-pakxe-364eb3f4561747275c1649fda3fd60c1c16632f9.zip
Suppression des ports extra
Diffstat (limited to 'extra/mpd')
-rw-r--r--extra/mpd/.footprint.i68617
-rw-r--r--extra/mpd/.footprint.x86_6417
-rw-r--r--extra/mpd/.md5sum.i6861
-rw-r--r--extra/mpd/.md5sum.x86_641
-rw-r--r--extra/mpd/Pkgfile18
-rwxr-xr-xextra/mpd/mpd36
6 files changed, 0 insertions, 90 deletions
diff --git a/extra/mpd/.footprint.i686 b/extra/mpd/.footprint.i686
deleted file mode 100644
index 24fafdd39..000000000
--- a/extra/mpd/.footprint.i686
+++ /dev/null
@@ -1,17 +0,0 @@
-drwxr-xr-x root/root usr/
-drwxr-xr-x root/root usr/bin/
--rwxr-xr-x root/root usr/bin/mpd
-drwxr-xr-x root/root usr/share/
-drwxr-xr-x root/root usr/share/doc/
-drwxr-xr-x root/root usr/share/doc/mpd/
--rw-r--r-- root/root usr/share/doc/mpd/AUTHORS
--rw-r--r-- root/root usr/share/doc/mpd/COPYING
--rw-r--r-- root/root usr/share/doc/mpd/NEWS
--rw-r--r-- root/root usr/share/doc/mpd/README
--rw-r--r-- root/root usr/share/doc/mpd/UPGRADING
--rw-r--r-- root/root usr/share/doc/mpd/mpdconf.example
-drwxr-xr-x root/root usr/share/man/
-drwxr-xr-x root/root usr/share/man/man1/
--rw-r--r-- root/root usr/share/man/man1/mpd.1.gz
-drwxr-xr-x root/root usr/share/man/man5/
--rw-r--r-- root/root usr/share/man/man5/mpd.conf.5.gz
diff --git a/extra/mpd/.footprint.x86_64 b/extra/mpd/.footprint.x86_64
deleted file mode 100644
index 24fafdd39..000000000
--- a/extra/mpd/.footprint.x86_64
+++ /dev/null
@@ -1,17 +0,0 @@
-drwxr-xr-x root/root usr/
-drwxr-xr-x root/root usr/bin/
--rwxr-xr-x root/root usr/bin/mpd
-drwxr-xr-x root/root usr/share/
-drwxr-xr-x root/root usr/share/doc/
-drwxr-xr-x root/root usr/share/doc/mpd/
--rw-r--r-- root/root usr/share/doc/mpd/AUTHORS
--rw-r--r-- root/root usr/share/doc/mpd/COPYING
--rw-r--r-- root/root usr/share/doc/mpd/NEWS
--rw-r--r-- root/root usr/share/doc/mpd/README
--rw-r--r-- root/root usr/share/doc/mpd/UPGRADING
--rw-r--r-- root/root usr/share/doc/mpd/mpdconf.example
-drwxr-xr-x root/root usr/share/man/
-drwxr-xr-x root/root usr/share/man/man1/
--rw-r--r-- root/root usr/share/man/man1/mpd.1.gz
-drwxr-xr-x root/root usr/share/man/man5/
--rw-r--r-- root/root usr/share/man/man5/mpd.conf.5.gz
diff --git a/extra/mpd/.md5sum.i686 b/extra/mpd/.md5sum.i686
deleted file mode 100644
index 9b5f08b08..000000000
--- a/extra/mpd/.md5sum.i686
+++ /dev/null
@@ -1 +0,0 @@
-4d07459125ab0154c5b4fe364331498a mpd-0.16.1.tar.bz2
diff --git a/extra/mpd/.md5sum.x86_64 b/extra/mpd/.md5sum.x86_64
deleted file mode 100644
index 9b5f08b08..000000000
--- a/extra/mpd/.md5sum.x86_64
+++ /dev/null
@@ -1 +0,0 @@
-4d07459125ab0154c5b4fe364331498a mpd-0.16.1.tar.bz2
diff --git a/extra/mpd/Pkgfile b/extra/mpd/Pkgfile
deleted file mode 100644
index 2def359b1..000000000
--- a/extra/mpd/Pkgfile
+++ /dev/null
@@ -1,18 +0,0 @@
-# Description: Music Player Daemon compile avec les supports mp3, ogg et alsa
-# URL: mpd.wikia.com
-# Maintainer: NuTyX packager team
-# Packager: Skippythekangoo at yahoo dot fr
-# Depends on: libmad,libogg,alsa-lib,libid3tag,glib
-# Run on: libmad,libogg,alsa-lib,libid3tag,glib
-
-name=mpd
-version=0.16.1
-release=1
-source=(http://downloads.sourceforge.net/musicpd/$name-$version.tar.bz2)
-build() {
-cd $name-$version
- ./configure --prefix=/usr
- make
- make DESTDIR=$PKG install
-}
-
diff --git a/extra/mpd/mpd b/extra/mpd/mpd
deleted file mode 100755
index 76d4192c6..000000000
--- a/extra/mpd/mpd
+++ /dev/null
@@ -1,36 +0,0 @@
-#!/bin/sh
-# Begin $rc_base/init.d/mpd
-
-. /etc/sysconfig/rc
-. $rc_functions
-
-pidfile=/var/run/mpd.pid
-
-case "$1" in
- start)
- boot_mesg " Lancement de MPD..."
- loadproc mpd
- ;;
-
- stop)
- boot_mesg "Arret de MPD..."
- if [ -f $pidfile ]; then
- loadkill mpd
- fi
- ;;
-
- restart)
- boot_mesg "Relancement de MPD..."
- if [ -f $pidfile ]; then
- loadproc mpd stop
- loadproc mpd
- fi
- ;;
-
- *)
- echo "Usage: $0 {start|stop|restart}"
- exit 1
- ;;
-esac
-
-# End $rc_base/init.d/mpd