summaryrefslogtreecommitdiff
path: root/xmms2/Pkgfile
blob: e1d116d261bb725aa7cf7812577adc1badf52f9e (plain)
    1 # Description: Second generation of the XMMS music player
    2 # URL: http://xmms2.sourceforge.net
    3 # Maintainer: Rene Lengwinat, rugek at dirtyhack dot net
    4 # Depends on: libmad, sqlite3, python, ffmpeg, faad2
    5 # Nice to have: alsa-lib, curl, ecore, pyrex, ruby, samba
    6 
    7 name=xmms2
    8 version=0.5DrLecter
    9 release=1
   10 
   11 source=(http://heanet.dl.sourceforge.net/sourceforge/xmms2/$name-$version.tar.bz2 \
   12 avcodec.patch)
   13 
   14 build () {
   15   cd $name-$version
   16   patch -p1 < $SRC/avcodec.patch
   17 
   18   ./waf --prefix=/usr --with-mandir=/usr/man configure
   19   ./waf build
   20   ./waf --destdir=$PKG install
   21 }

Generated by cgit