# $Id$ # Maintainer: Jaroslav Lichtblau # Maintainer: Eric BĂ©langer pkgname=directfb pkgver=1.7.7 pkgrel=2 pkgdesc="A thin library that provides hardware graphics acceleration, input device handling and abstraction, integrated windowing system on top of the Linux Framebuffer Device" arch=('i686' 'x86_64') url="http://www.directfb.org" license=('LGPL') depends=('gcc-libs' 'libjpeg' 'sdl' 'libpng' 'freetype2' 'libdrm' 'libgl' 'mesa') #source=(http://www.directfb.org/downloads/Core/DirectFB-${pkgver%.*}/DirectFB-${pkgver}.tar.gz) source=(http://sources.webos-ports.org/downloads/DirectFB-$pkgver.tar.gz) sha1sums=('205d824906906303db9b096cc2d3bea0662e8860') build() { cd DirectFB-${pkgver} ./configure --prefix=/usr --sysconfdir=/etc --enable-static \ --enable-zlib --enable-x11 --enable-sdl --disable-vnc --disable-osx \ --enable-video4linux2 --enable-voodoo \ --enable-mesa --enable-drmkms make } package() { cd DirectFB-${pkgver} make DESTDIR="${pkgdir}" install }