cplay: removed orphaned port

This commit is contained in:
Fredrik Rinnestam 2013-05-06 20:59:42 +02:00
parent 555e81c5bb
commit b568a1a25f
3 changed files with 0 additions and 19 deletions

View File

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

View File

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

View File

@ -1,15 +0,0 @@
# 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
}