diff options
author | Thierry N <thierryn1 at hispeed dot ch> | 2009-08-11 21:38:07 +0200 |
---|---|---|
committer | Thierry N <thierryn1 at hispeed dot ch> | 2009-08-11 21:38:07 +0200 |
commit | c6b8ac563e6b3c484ba2120b1cc180d9de401687 (patch) | |
tree | e75333b70d61fbb4db62d49add0ec9cb30ccfacf /extra/ncmpc | |
parent | 1eb8abe31cbc59b2b6bae71f911157b8008d07d6 (diff) | |
download | nutyx-pakxe-c6b8ac563e6b3c484ba2120b1cc180d9de401687.tar.gz nutyx-pakxe-c6b8ac563e6b3c484ba2120b1cc180d9de401687.tar.bz2 nutyx-pakxe-c6b8ac563e6b3c484ba2120b1cc180d9de401687.tar.xz nutyx-pakxe-c6b8ac563e6b3c484ba2120b1cc180d9de401687.zip |
Ajout de ncmpc#0.14-1
Diffstat (limited to 'extra/ncmpc')
-rw-r--r-- | extra/ncmpc/.footprint | 19 | ||||
-rw-r--r-- | extra/ncmpc/.md5sum | 1 | ||||
-rw-r--r-- | extra/ncmpc/Pkgfile | 16 |
3 files changed, 36 insertions, 0 deletions
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 +} + |