mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
extra/libvpx to 0.9.6-2
This commit is contained in:
parent
281a4bdda4
commit
af38a9448c
1 changed files with 3 additions and 2 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue