# Description: ReadyMedia (formerly known as MiniDLNA) is a simple media server software # URL: http://sourceforge.net/projects/minidlna/ # Maintainer: Aaron Ball, nullspoon at oper dot io # Depends on: ffmpeg libexif flac taglib libid3tag libjpeg-turbo libvorbis x264 opus inotify-tools libmatroska name=minidlna version=1.3.0 release=1 source=(http://sourceforge.net/projects/${name}/files/${name}/${version}/$name-$version.tar.gz) build() { cd ${name}-${version} ./autogen.sh ./configure --prefix=/usr make make DESTDIR=$PKG install }