blob: 46f13a51a6d2b0622341e7a8fe20676c4bb806a5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# 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: 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
}
|