From c6b8ac563e6b3c484ba2120b1cc180d9de401687 Mon Sep 17 00:00:00 2001 From: Thierry N Date: Tue, 11 Aug 2009 21:38:07 +0200 Subject: Ajout de ncmpc#0.14-1 --- extra/ncmpc/.footprint | 19 +++++++++++++++++++ extra/ncmpc/.md5sum | 1 + extra/ncmpc/Pkgfile | 16 ++++++++++++++++ 3 files changed, 36 insertions(+) create mode 100644 extra/ncmpc/.footprint create mode 100644 extra/ncmpc/.md5sum create mode 100644 extra/ncmpc/Pkgfile (limited to 'extra') diff --git a/extra/ncmpc/.footprint b/extra/ncmpc/.footprint new file mode 100644 index 000000000..55093ee3b --- /dev/null +++ b/extra/ncmpc/.footprint @@ -0,0 +1,19 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/bin/ +-rwxr-xr-x root/root usr/bin/ncmpc +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/doc/ +drwxr-xr-x root/root usr/share/doc/ncmpc/ +-rw-r--r-- root/root usr/share/doc/ncmpc/AUTHORS +-rw-r--r-- root/root usr/share/doc/ncmpc/NEWS +-rw-r--r-- root/root usr/share/doc/ncmpc/README +-rw-r--r-- root/root usr/share/doc/ncmpc/config.sample +-rw-r--r-- root/root usr/share/doc/ncmpc/keys.sample +-rw-r--r-- root/root usr/share/doc/ncmpc/ncmpc.lirc +drwxr-xr-x root/root usr/share/locale/ +drwxr-xr-x root/root usr/share/locale/fr/ +drwxr-xr-x root/root usr/share/locale/fr/LC_MESSAGES/ +-rw-r--r-- root/root usr/share/locale/fr/LC_MESSAGES/ncmpc.mo +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/ncmpc.1.gz diff --git a/extra/ncmpc/.md5sum b/extra/ncmpc/.md5sum new file mode 100644 index 000000000..ad40370c7 --- /dev/null +++ b/extra/ncmpc/.md5sum @@ -0,0 +1 @@ +a62a3454579efff7cca71691a3b098fb ncmpc-0.14.tar.bz2 diff --git a/extra/ncmpc/Pkgfile b/extra/ncmpc/Pkgfile new file mode 100644 index 000000000..e928ef72a --- /dev/null +++ b/extra/ncmpc/Pkgfile @@ -0,0 +1,16 @@ +# Description: Client nCurses pour Mpd +# URL: http://mpd.wikia.com/wiki/Client:Ncmpc +# Maintainer: NuTyX packager team +# Packager: Skippythekangoo at yahoo dot fr +# Depends on: ncurses +name=ncmpc +version=0.14 +release=1 +source=(http://downloads.sourceforge.net/musicpd/$name-$version.tar.bz2) +build() { +cd $name-$version + ./configure --prefix=/usr + make + make DESTDIR=$PKG install +} + -- cgit v1.2.3-70-g09d2