From f3efc0b5bd83c430a76ef80ecfdebac816888143 Mon Sep 17 00:00:00 2001 From: tnut Date: Sat, 27 Feb 2010 21:00:41 +0100 Subject: moc dans test --- test/moc/.footprint | 46 ++++++++++++++++++++++++++++++++++++++++++++++ test/moc/.md5sum | 1 + test/moc/Pkgfile | 17 +++++++++++++++++ 3 files changed, 64 insertions(+) create mode 100644 test/moc/.footprint create mode 100644 test/moc/.md5sum create mode 100644 test/moc/Pkgfile (limited to 'test') diff --git a/test/moc/.footprint b/test/moc/.footprint new file mode 100644 index 000000000..f999f89fc --- /dev/null +++ b/test/moc/.footprint @@ -0,0 +1,46 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/bin/ +-rwxr-xr-x root/root usr/bin/mocp +drwxr-xr-x root/root usr/include/ +drwxr-xr-x root/root usr/lib/ +drwxr-xr-x root/root usr/lib/moc/ +drwxr-xr-x root/root usr/lib/moc/decoder_plugins/ +-rw-r--r-- root/root usr/lib/moc/decoder_plugins/libflac_decoder.a +-rwxr-xr-x root/root usr/lib/moc/decoder_plugins/libflac_decoder.la +-rwxr-xr-x root/root usr/lib/moc/decoder_plugins/libflac_decoder.so +-rw-r--r-- root/root usr/lib/moc/decoder_plugins/libmp3_decoder.a +-rwxr-xr-x root/root usr/lib/moc/decoder_plugins/libmp3_decoder.la +-rwxr-xr-x root/root usr/lib/moc/decoder_plugins/libmp3_decoder.so +-rw-r--r-- root/root usr/lib/moc/decoder_plugins/libmusepack_decoder.a +-rwxr-xr-x root/root usr/lib/moc/decoder_plugins/libmusepack_decoder.la +-rwxr-xr-x root/root usr/lib/moc/decoder_plugins/libmusepack_decoder.so +-rw-r--r-- root/root usr/lib/moc/decoder_plugins/libsndfile_formats_decoder.a +-rwxr-xr-x root/root usr/lib/moc/decoder_plugins/libsndfile_formats_decoder.la +-rwxr-xr-x root/root usr/lib/moc/decoder_plugins/libsndfile_formats_decoder.so +-rw-r--r-- root/root usr/lib/moc/decoder_plugins/libspeex_decoder.a +-rwxr-xr-x root/root usr/lib/moc/decoder_plugins/libspeex_decoder.la +-rwxr-xr-x root/root usr/lib/moc/decoder_plugins/libspeex_decoder.so +-rw-r--r-- root/root usr/lib/moc/decoder_plugins/libvorbis_decoder.a +-rwxr-xr-x root/root usr/lib/moc/decoder_plugins/libvorbis_decoder.la +-rwxr-xr-x root/root usr/lib/moc/decoder_plugins/libvorbis_decoder.so +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/doc/ +drwxr-xr-x root/root usr/share/doc/moc/ +-rw-r--r-- root/root usr/share/doc/moc/README +-rw-r--r-- root/root usr/share/doc/moc/THANKS +-rw-r--r-- root/root usr/share/doc/moc/config.example +-rw-r--r-- root/root usr/share/doc/moc/keymap.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/mocp.1.gz +drwxr-xr-x root/root usr/share/moc/ +drwxr-xr-x root/root usr/share/moc/themes/ +-rw-r--r-- root/root usr/share/moc/themes/black_theme +-rw-r--r-- root/root usr/share/moc/themes/darkdot_theme +-rw-r--r-- root/root usr/share/moc/themes/example_theme +-rw-r--r-- root/root usr/share/moc/themes/green_theme +-rw-r--r-- root/root usr/share/moc/themes/moca_theme +-rw-r--r-- root/root usr/share/moc/themes/nightly_theme +-rw-r--r-- root/root usr/share/moc/themes/red_theme +-rw-r--r-- root/root usr/share/moc/themes/transparent-background +-rw-r--r-- root/root usr/share/moc/themes/yellow_red_theme diff --git a/test/moc/.md5sum b/test/moc/.md5sum new file mode 100644 index 000000000..dd7ce4711 --- /dev/null +++ b/test/moc/.md5sum @@ -0,0 +1 @@ +647c770a5542a4ae5437386807a89796 moc-2.4.4.tar.bz2 diff --git a/test/moc/Pkgfile b/test/moc/Pkgfile new file mode 100644 index 000000000..6e6b7334a --- /dev/null +++ b/test/moc/Pkgfile @@ -0,0 +1,17 @@ +# Description: Music On Console - lecteur audio en console +# URL: http://moc.daper.net/ +# Maintainer: NuTyX core team +# Packager: skingrapher at legtux dot org +# Depends on: flac, libmpeg3, musepack, libsndfile, speex, libvorbis + +name=moc +version=2.4.4 +release=1 +source=(ftp://ftp.daper.net/pub/soft/$name/stable/$name-$version.tar.bz2) + +build() { +cd $name-$version + ./configure --prefix=/usr + make + make DESTDIR=$PKG install +} -- cgit v1.2.3-54-g00ecf