description="The VP8 Codec SDK" url="http://webm.googlecode.com/" packager="spiky " contributors="Pierre,Tnut" makedepends=(perl sed diffutils yasm) name=libvpx version=1.11.0 source=(https://github.com/webmproject/$name/archive/v$version/$name-$version.tar.gz) build() { cd $name-$version ./configure --prefix=/usr \ --enable-shared --disable-static make make DESTDIR=$PKG install }