summaryrefslogtreecommitdiffstats
path: root/extra/moc/Pkgfile
blob: 65c2fb5ea537fac00fca546705fae9d1aa4922f5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# 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: flac, libmpeg3, libsndfile, speex, libvorbis, libid3tag, libmad, libsamplerate, taglib, libmpcdec

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
}