makedepends=(libao avahi git)

description="Apple airplay and raop protocol server"
url="https://github.com/juhovh/shairplay"
maintainer="rems"
packager="Great-OS Team"

name=shairplay
version=20180824.096b61a
release=1

PKGMK_KEEP_SOURCES="no"

source=(https://github.com/juhovh/shairplay/archive/ce80e00.tar.gz)

build() {

cd $name-*
  ./autogen.sh
  ./configure --prefix=/usr
  make
}

package() {

  cd $name-*   
  make DESTDIR=$PKG install
}
