mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
alarm/aml-libs-c1 to r11.820b12a-4
This commit is contained in:
parent
228c1309eb
commit
e3d7ac967f
1 changed files with 2 additions and 1 deletions
|
@ -5,7 +5,7 @@ buildarch=4
|
|||
|
||||
pkgname=aml-libs-c1
|
||||
pkgver=r11.820b12a
|
||||
pkgrel=3
|
||||
pkgrel=4
|
||||
arch=('armv7h')
|
||||
pkgdesc="ODROID-C1 Amlogic Libraries"
|
||||
url="http://www.hardkernel.com/"
|
||||
|
@ -39,6 +39,7 @@ package() {
|
|||
install -m644 amavutils/include/*.h "${pkgdir}/usr/include/amavutils"
|
||||
install -m644 amavutils/include/cutils/*.h "${pkgdir}/usr/include/cutils"
|
||||
install -m644 amcodec/include/*.h "${pkgdir}/usr/include/amcodec"
|
||||
install -m644 amcodec/include/*.h "${pkgdir}/usr/include"
|
||||
install -m644 amcodec/include/amports/*.h "${pkgdir}/usr/include/amports"
|
||||
install -m644 amcodec/include/ppmgr/*.h "${pkgdir}/usr/include/ppmgr"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue