blob: 8d4059a730098ea4435a3e17707d2310ca30a938 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# Description: Music On Console - console audio player
# URL: http://moc.daper.net/
# Maintainer: NuTyX core team
# Packager: skingrapher at legtux dot org
# Depends on: ncurses
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
}
|