extra/libvpx to 0.9.6-2

This commit is contained in:
Kevin Mihelich 2011-03-23 18:22:51 -04:00
parent 281a4bdda4
commit af38a9448c

View file

@ -1,4 +1,4 @@
# $Id: PKGBUILD 113425 2011-03-08 16:40:27Z ibiru $
# $Id: PKGBUILD 113551 2011-03-09 12:18:46Z ibiru $
# Maintainer: Ionut Biru <ibiru@archlinux.org>
# PlugApps: Kevin Mihelich <kevin@plugapps.com>
@ -8,7 +8,7 @@ plugrel=1
pkgname=libvpx
pkgver=0.9.6
pkgrel=1
pkgrel=2
pkgdesc="The VP8 Codec SDK"
arch=('i686' 'x86_64')
url="http://www.webmproject.org/"
@ -33,4 +33,5 @@ package() {
cd "${srcdir}/${pkgname}-v${pkgver}"
make DIST_DIR="$pkgdir/usr" install
install -D -m 0644 LICENSE "$pkgdir/usr/share/licenses/${pkgname}/LICENSE"
chmod 644 "$pkgdir"/usr/include/vpx/*.h
}