mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
added alarm/libz160
This commit is contained in:
parent
a18c954886
commit
eba86ee0b1
1 changed files with 19 additions and 0 deletions
19
alarm/libz160/PKGBUILD
Normal file
19
alarm/libz160/PKGBUILD
Normal file
|
@ -0,0 +1,19 @@
|
|||
# Maintainer: Kevin Mihelich <kevin@archlinuxarm.org>
|
||||
|
||||
# i.MX libz160 display library
|
||||
|
||||
pkgname="libz160"
|
||||
pkgver=1.0
|
||||
pkgrel=1
|
||||
arch=('armv7h')
|
||||
url="http://www.freescale.com"
|
||||
license=('GPL2')
|
||||
options=('!libtool')
|
||||
source=("http://archlinuxarm.org/builder/src/libz160.tar.gz")
|
||||
md5sums=('7589d70fa10af21bedf8dc923e9fd150')
|
||||
|
||||
package() {
|
||||
pkgdesc="i.MX libz160 display library"
|
||||
|
||||
mv ${srcdir}/usr ${pkgdir}
|
||||
}
|
Loading…
Reference in a new issue