# wmusic, http://home.jtan.com/~john/

name=wmusic
version=1.5.0
release=1
source=(http://home.jtan.com/~john/wmusic/$name-$version.tar.gz)

build() {
    cd $name-$version
    ./configure \
	--prefix=/usr \
	--mandir=/usr/share/man
    make
    make PREFIX=$PKG/usr/X11R6 MANDIR=$PKG/usr/share/man install
}
