cplay: initial import

This commit is contained in:
Rene Lengwinat 2007-04-29 23:12:18 +02:00
parent 6059ca6c20
commit ee7f4365d8
3 changed files with 19 additions and 0 deletions

3
cplay/.footprint Normal file
View File

@ -0,0 +1,3 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/cplay

1
cplay/.md5sum Normal file
View File

@ -0,0 +1 @@
fae9e13b8dafd98ffcd58cf9d6f92f33 cplay-1.49.tar.gz

15
cplay/Pkgfile Normal file
View File

@ -0,0 +1,15 @@
# Description: A curses front-end for various audio players
# URL: http://www.tf.hut.fi/~flu/cplay/
# Maintainer: Rene Lengwinat, rugek at dirtyhack dot net
# Depends on: vorbis-tools, mpg321, python, ncurses
name=cplay
version=1.49
release=1
source=( http://mask.tf.hut.fi/~flu/hacks/cplay/$name-$version.tar.gz )
build() {
cd $name-$version
mkdir -p $PKG/usr/bin
install -c -m 755 cplay $PKG/usr/bin
}