mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
added aur/xf86-video-omapfb
This commit is contained in:
parent
b0fa4804e5
commit
9011a96f18
1 changed files with 33 additions and 0 deletions
33
aur/xf86-video-omapfb/PKGBUILD
Normal file
33
aur/xf86-video-omapfb/PKGBUILD
Normal file
|
@ -0,0 +1,33 @@
|
|||
# Maintainer: Kevin Mihelich <kevin@plugapps.com>
|
||||
|
||||
# OMAP FrameBuffer driver for Xorg
|
||||
|
||||
noautobuild=1
|
||||
plugrel=1
|
||||
|
||||
pkgname="xf86-video-omapfb"
|
||||
pkgver=0.1.1.1
|
||||
pkgrel=1
|
||||
arch=('armv7h')
|
||||
url="http://gitweb.pingu.fi/?p=xf86-video-omapfb.git"
|
||||
license=('GPL2')
|
||||
makedepends=('pkgconfig' 'xorg-server-devel')
|
||||
options=('!libtool')
|
||||
source=("http://archlinuxarm.org/builder/src/xf86-video-omapfb_0.1.1.1.tar.gz")
|
||||
md5sums=('a9bca5424bd76d53b78826f9d5fa4abe')
|
||||
|
||||
build() {
|
||||
cd "${srcdir}/${pkgname}-${pkgver}"
|
||||
./autogen.sh
|
||||
./configure --prefix=/usr
|
||||
|
||||
make
|
||||
}
|
||||
|
||||
package() {
|
||||
pkgdesc="OMAP3+ framebuffer driver for X"
|
||||
|
||||
cd "${srcdir}/${pkgname}-${pkgver}"
|
||||
|
||||
make DESTDIR="${pkgdir}" install
|
||||
}
|
Loading…
Reference in a new issue