diff options
Diffstat (limited to 'mpc')
-rw-r--r-- | mpc/.footprint.i686 | 17 | ||||
-rw-r--r-- | mpc/.footprint.x86_64 | 17 | ||||
-rw-r--r-- | mpc/.md5sum.i686 | 1 | ||||
-rw-r--r-- | mpc/.md5sum.x86_64 | 1 | ||||
-rw-r--r-- | mpc/Pkgfile | 18 |
5 files changed, 54 insertions, 0 deletions
diff --git a/mpc/.footprint.i686 b/mpc/.footprint.i686 new file mode 100644 index 000000000..f8b7a050f --- /dev/null +++ b/mpc/.footprint.i686 @@ -0,0 +1,17 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/bin/ +-rwxr-xr-x root/root usr/bin/mpc +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/doc/ +drwxr-xr-x root/root usr/share/doc/mpc/ +-rw-r--r-- root/root usr/share/doc/mpc/AUTHORS +-rw-r--r-- root/root usr/share/doc/mpc/COPYING +-rw-r--r-- root/root usr/share/doc/mpc/NEWS +-rw-r--r-- root/root usr/share/doc/mpc/README +-rw-r--r-- root/root usr/share/doc/mpc/mpc-completion.bash +-rw-r--r-- root/root usr/share/doc/mpc/mpd-m3u-handler.sh +-rw-r--r-- root/root usr/share/doc/mpc/mpd-pls-handler.sh +-rw-r--r-- root/root usr/share/doc/mpc/mppledit +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/mpc.1.gz diff --git a/mpc/.footprint.x86_64 b/mpc/.footprint.x86_64 new file mode 100644 index 000000000..f8b7a050f --- /dev/null +++ b/mpc/.footprint.x86_64 @@ -0,0 +1,17 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/bin/ +-rwxr-xr-x root/root usr/bin/mpc +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/doc/ +drwxr-xr-x root/root usr/share/doc/mpc/ +-rw-r--r-- root/root usr/share/doc/mpc/AUTHORS +-rw-r--r-- root/root usr/share/doc/mpc/COPYING +-rw-r--r-- root/root usr/share/doc/mpc/NEWS +-rw-r--r-- root/root usr/share/doc/mpc/README +-rw-r--r-- root/root usr/share/doc/mpc/mpc-completion.bash +-rw-r--r-- root/root usr/share/doc/mpc/mpd-m3u-handler.sh +-rw-r--r-- root/root usr/share/doc/mpc/mpd-pls-handler.sh +-rw-r--r-- root/root usr/share/doc/mpc/mppledit +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/mpc.1.gz diff --git a/mpc/.md5sum.i686 b/mpc/.md5sum.i686 new file mode 100644 index 000000000..3b11765bb --- /dev/null +++ b/mpc/.md5sum.i686 @@ -0,0 +1 @@ +24c81ad6afe6099e8d7a6826ef4b7105 mpc-0.20.tar.bz2 diff --git a/mpc/.md5sum.x86_64 b/mpc/.md5sum.x86_64 new file mode 100644 index 000000000..3b11765bb --- /dev/null +++ b/mpc/.md5sum.x86_64 @@ -0,0 +1 @@ +24c81ad6afe6099e8d7a6826ef4b7105 mpc-0.20.tar.bz2 diff --git a/mpc/Pkgfile b/mpc/Pkgfile new file mode 100644 index 000000000..ab782e5f8 --- /dev/null +++ b/mpc/Pkgfile @@ -0,0 +1,18 @@ +# Description: Client en ligne de commande pour Mpd +# URL: http://mpd.wikia.com/wiki/Client:Mpc +# Maintainer: NuTyX packager team +# Packager: Skippythekangoo at yahoo dot fr +# Depends on: libmpdclient +# Run on: libmpdclient + +name=mpc +version=0.20 +release=1 +source=(http://downloads.sourceforge.net/musicpd/$name-$version.tar.bz2) +build() { +cd $name-$version + ./configure --prefix=/usr + make + make DESTDIR=$PKG install +} + |