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 /extra | |
parent | 7ecbfb90b6c26467efe3ef256ebb209501c6a5d4 (diff) | |
download | nutyx-extra-f3efc0b5bd83c430a76ef80ecfdebac816888143.tar.gz nutyx-extra-f3efc0b5bd83c430a76ef80ecfdebac816888143.tar.bz2 nutyx-extra-f3efc0b5bd83c430a76ef80ecfdebac816888143.tar.xz nutyx-extra-f3efc0b5bd83c430a76ef80ecfdebac816888143.zip |
moc dans test
Diffstat (limited to 'extra')
-rw-r--r-- | extra/moc/.footprint | 46 | ||||
-rw-r--r-- | extra/moc/.md5sum | 1 | ||||
-rw-r--r-- | extra/moc/Pkgfile | 17 |
3 files changed, 0 insertions, 64 deletions
diff --git a/extra/moc/.footprint b/extra/moc/.footprint deleted file mode 100644 index f999f89fc..000000000 --- a/extra/moc/.footprint +++ /dev/null @@ -1,46 +0,0 @@ -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/extra/moc/.md5sum b/extra/moc/.md5sum deleted file mode 100644 index dd7ce4711..000000000 --- a/extra/moc/.md5sum +++ /dev/null @@ -1 +0,0 @@ -647c770a5542a4ae5437386807a89796 moc-2.4.4.tar.bz2 diff --git a/extra/moc/Pkgfile b/extra/moc/Pkgfile deleted file mode 100644 index 6e6b7334a..000000000 --- a/extra/moc/Pkgfile +++ /dev/null @@ -1,17 +0,0 @@ -# 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 -} |