forked from ports/contrib
cplay: initial import
This commit is contained in:
parent
6059ca6c20
commit
ee7f4365d8
3
cplay/.footprint
Normal file
3
cplay/.footprint
Normal 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
1
cplay/.md5sum
Normal file
@ -0,0 +1 @@
|
||||
fae9e13b8dafd98ffcd58cf9d6f92f33 cplay-1.49.tar.gz
|
15
cplay/Pkgfile
Normal file
15
cplay/Pkgfile
Normal 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
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user