mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
added aur/xf86-video-imx
This commit is contained in:
parent
156a686046
commit
070bfdf383
1 changed files with 33 additions and 0 deletions
33
aur/xf86-video-imx/PKGBUILD
Normal file
33
aur/xf86-video-imx/PKGBUILD
Normal file
|
@ -0,0 +1,33 @@
|
|||
# Maintainer: Kevin Mihelich <kevin@plugapps.com>
|
||||
|
||||
# i.MX driver for Xorg
|
||||
|
||||
noautobuild=1
|
||||
plugrel=1
|
||||
|
||||
pkgname="xf86-video-imx"
|
||||
pkgver=11.03.00
|
||||
pkgrel=1
|
||||
arch=('armv7h')
|
||||
url="http://www.freescale.com"
|
||||
license=('GPL2')
|
||||
depends=('libz160')
|
||||
makedepends=('pkgconfig' 'xorg-server-devel')
|
||||
options=('!libtool')
|
||||
source=("http://archlinuxarm.org/builder/src/xf86-video-imx-11.03.00.tar.gz")
|
||||
md5sums=('fb203bdc6fe760605f5f06bf6d0226f2')
|
||||
|
||||
build() {
|
||||
cd "${srcdir}/${pkgname}-${pkgver}"
|
||||
./configure --prefix=/usr
|
||||
|
||||
make
|
||||
}
|
||||
|
||||
package() {
|
||||
pkgdesc="i.MX driver for Xorg"
|
||||
|
||||
cd "${srcdir}/${pkgname}-${pkgver}"
|
||||
|
||||
make DESTDIR="${pkgdir}" install
|
||||
}
|
Loading…
Reference in a new issue