# Description: An open h.265 codec implementation # URL: https://github.com/strukturag/libde265 # Maintainer: Juergen Daubert, jue at crux dot nu name=libde265 version=1.0.8 release=1 source=(https://github.com/strukturag/${name}/releases/download/v${version}/${name}-${version}.tar.gz) build() { cd $name-$version NOCONFIGURE=1 ./autogen.sh ./configure --prefix=/usr \ --disable-dec265 \ --disable-sherlock265 make make DESTDIR=$PKG install }