mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
alarm/xf86-video-omapfb to 0.1.1.1-4
This commit is contained in:
parent
be760af685
commit
2a65d27085
1 changed files with 7 additions and 4 deletions
|
@ -1,4 +1,4 @@
|
|||
# Maintainer: Kevin Mihelich <kevin@plugapps.com>
|
||||
# Maintainer: Kevin Mihelich <kevin@archlinuxarm.org>
|
||||
|
||||
# OMAP FrameBuffer driver for Xorg
|
||||
|
||||
|
@ -6,17 +6,20 @@ buildarch=4
|
|||
|
||||
pkgname="xf86-video-omapfb"
|
||||
pkgver=0.1.1.1
|
||||
pkgrel=3
|
||||
pkgrel=4
|
||||
arch=('armv7h')
|
||||
url="http://gitweb.pingu.fi/?p=xf86-video-omapfb.git"
|
||||
license=('GPL2')
|
||||
makedepends=('pkgconfig' 'xorg-server-devel' 'resourceproto' 'scrnsaverproto')
|
||||
options=('!libtool')
|
||||
source=("http://archlinuxarm.org/builder/src/xf86-video-omapfb_0.1.1.1.tar.gz")
|
||||
md5sums=('a9bca5424bd76d53b78826f9d5fa4abe')
|
||||
source=("http://archlinuxarm.org/builder/src/xf86-video-omapfb_0.1.1.1.tar.gz"
|
||||
"xorg-api.patch")
|
||||
md5sums=('a9bca5424bd76d53b78826f9d5fa4abe'
|
||||
'30d0a22f99654dfa4c8249cd76ad6839')
|
||||
|
||||
build() {
|
||||
cd "${srcdir}/${pkgname}-${pkgver}"
|
||||
patch -p1 -i ../xorg-api.patch
|
||||
./autogen.sh
|
||||
./configure --prefix=/usr
|
||||
|
||||
|
|
Loading…
Reference in a new issue