mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
alarm/aml-libs-c1 to r11.820b12a-3
This commit is contained in:
parent
3b4d1e635f
commit
45aa3a0a76
1 changed files with 3 additions and 1 deletions
|
@ -5,7 +5,7 @@ buildarch=4
|
|||
|
||||
pkgname=aml-libs-c1
|
||||
pkgver=r11.820b12a
|
||||
pkgrel=2
|
||||
pkgrel=3
|
||||
arch=('armv7h')
|
||||
pkgdesc="ODROID-C1 Amlogic Libraries"
|
||||
url="http://www.hardkernel.com/"
|
||||
|
@ -32,6 +32,8 @@ package() {
|
|||
install -d "${pkgdir}/etc/ld.so.conf.d"
|
||||
install -d "${pkgdir}/usr/lib/aml_libs"
|
||||
|
||||
install -m644 aml.conf "${pkgdir}/etc/ld.so.conf.d"
|
||||
|
||||
install -m755 amadec/libamadec.so amavutils/libamavutils.so amcodec/libamcodec.so "${pkgdir}/usr/lib/aml_libs"
|
||||
install -m644 amadec/{,include/}*.h "${pkgdir}/usr/include/amadec"
|
||||
install -m644 amavutils/include/*.h "${pkgdir}/usr/include/amavutils"
|
||||
|
|
Loading…
Reference in a new issue