summaryrefslogtreecommitdiffstats
path: root/extra/directfb/Pkgfile
blob: ceaed26ed708ad8efc74c92045559b2218fd8f83 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Description: Librairie graphique pour le mode Frame buffer
# URL: http://www.directfb.org
# Maintainer: NuTyX core team
# Packager: thierryn1 at hispeed dot ch
# Depends on: libjpeg , libpng, freetype, xorg-libx11, mesa3d, libvncserver

name=directfb
version=1.4.3
release=1
source=(http://www.directfb.org/downloads/Core/DirectFB-1.4/DirectFB-$version.tar.gz \
libpng-1.4.patch)
# To build with multicore add --enable-multi
build() {
	cd  DirectFB-$version
	patch -Np1 -i  ../libpng-1.4.patch
	./configure --prefix=/usr \
		--mandir=/usr/share/man \
		--enable-zlib \
		--infodir=/usr/share/info
	make
	make DESTDIR=$PKG install
}