diff options
author | tnut <thierryn1 at hispeed dot ch> | 2010-02-27 21:00:41 +0100 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2010-02-27 21:00:41 +0100 |
commit | f3efc0b5bd83c430a76ef80ecfdebac816888143 (patch) | |
tree | db39ea3012607bd7d557d0e70620ff3f392895c8 /test | |
parent | 7ecbfb90b6c26467efe3ef256ebb209501c6a5d4 (diff) | |
download | nutyx-pakxe-f3efc0b5bd83c430a76ef80ecfdebac816888143.tar.gz nutyx-pakxe-f3efc0b5bd83c430a76ef80ecfdebac816888143.tar.bz2 nutyx-pakxe-f3efc0b5bd83c430a76ef80ecfdebac816888143.tar.xz nutyx-pakxe-f3efc0b5bd83c430a76ef80ecfdebac816888143.zip |
moc dans test
Diffstat (limited to 'test')
-rw-r--r-- | test/moc/.footprint | 46 | ||||
-rw-r--r-- | test/moc/.md5sum | 1 | ||||
-rw-r--r-- | test/moc/Pkgfile | 17 |
3 files changed, 64 insertions, 0 deletions
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 +} |