summaryrefslogtreecommitdiff
path: root/cmus/Pkgfile
blob: 5bb94ad08075f02e2e749082086ab80f16d33c87 (plain)
    1 # Description: Small and fast music player using the ncurses library
    2 # URL: http://cmus.sf.net/
    3 # Maintainer:  Thomas Penteker, tek at serverop dot de
    4 # Packager: Jukka Heino, jukka dot heino at gmail dot com
    5 # Depends on: 
    6 # Nice to have: alsa-lib, flac, libao, libid3tag, libmad, libmodplug, libmpcdec, libvorbis
    7 
    8 name=cmus
    9 version=2.3.3
   10 release=1
   11 source=(http://downloads.sourceforge.net/project/cmus/cmus-v${version}.tar.bz2)
   12 
   13 build() {
   14     cd $name-v${version}
   15     ./configure prefix=/usr mandir=/usr/man CONFIG_ARTS=n
   16     make
   17     make DESTDIR=$PKG install install-man
   18     rm -rf $PKG/usr/share/{doc,cmus/*.theme}
   19 }

Generated by cgit