alarm/xf86-video-omapfb to 0.1.1.1-4

This commit is contained in:
Kevin Mihelich 2013-06-19 12:03:37 -06:00
parent be760af685
commit 2a65d27085

View file

@ -1,4 +1,4 @@
# Maintainer: Kevin Mihelich <kevin@plugapps.com> # Maintainer: Kevin Mihelich <kevin@archlinuxarm.org>
# OMAP FrameBuffer driver for Xorg # OMAP FrameBuffer driver for Xorg
@ -6,17 +6,20 @@ buildarch=4
pkgname="xf86-video-omapfb" pkgname="xf86-video-omapfb"
pkgver=0.1.1.1 pkgver=0.1.1.1
pkgrel=3 pkgrel=4
arch=('armv7h') arch=('armv7h')
url="http://gitweb.pingu.fi/?p=xf86-video-omapfb.git" url="http://gitweb.pingu.fi/?p=xf86-video-omapfb.git"
license=('GPL2') license=('GPL2')
makedepends=('pkgconfig' 'xorg-server-devel' 'resourceproto' 'scrnsaverproto') makedepends=('pkgconfig' 'xorg-server-devel' 'resourceproto' 'scrnsaverproto')
options=('!libtool') options=('!libtool')
source=("http://archlinuxarm.org/builder/src/xf86-video-omapfb_0.1.1.1.tar.gz") source=("http://archlinuxarm.org/builder/src/xf86-video-omapfb_0.1.1.1.tar.gz"
md5sums=('a9bca5424bd76d53b78826f9d5fa4abe') "xorg-api.patch")
md5sums=('a9bca5424bd76d53b78826f9d5fa4abe'
'30d0a22f99654dfa4c8249cd76ad6839')
build() { build() {
cd "${srcdir}/${pkgname}-${pkgver}" cd "${srcdir}/${pkgname}-${pkgver}"
patch -p1 -i ../xorg-api.patch
./autogen.sh ./autogen.sh
./configure --prefix=/usr ./configure --prefix=/usr