#Maintainer: Thorsten Muehlfelder pkgname=DirectFB pkgver=1.0.1 pkgrel=3tm arch=x86_64 source=(http://www.directfb.org/downloads/Old/DirectFB-1.0.1.tar.gz) docs=("readme" "install" "copying" "changelog" "authors" "news" "todo") url=http://www.directfb.org/ slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "DirectFB - direct framebuffer graphics" "DirectFB is a thin library that provides hardware graphics" "acceleration, input device handling and abstraction, integrated" "windowing system with support for translucent windows and multiple" "display layers, not only on top of the Linux Framebuffer Device. It is" "a complete hardware abstraction layer with software fallbacks for" "every graphics operation that is not supported by the underlying" "hardware. DirectFB adds graphical power to embedded systems and sets a" "new standard for graphics under Linux." ) build() { cd $startdir/src/$pkgname-$pkgver ./configure --prefix=/usr --libdir=/usr/lib${LIBDIRSUFFIX} --localstatedir=/var --sysconfdir=/etc --disable-static --disable-debug-support make -j3 || return 1 make install DESTDIR=$startdir/pkg }