summaryrefslogtreecommitdiffstats
path: root/directfb/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'directfb/Pkgfile')
-rw-r--r--directfb/Pkgfile25
1 files changed, 25 insertions, 0 deletions
diff --git a/directfb/Pkgfile b/directfb/Pkgfile
new file mode 100644
index 000000000..4ad884c4f
--- /dev/null
+++ b/directfb/Pkgfile
@@ -0,0 +1,25 @@
+# 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
+# Run on: libjpeg,libpng,freetype,xorg-libx11,mesa3d
+
+name=directfb
+version=1.5.3
+release=1
+source=(http://www.directfb.org/downloads/Core/DirectFB-${version%.*}/DirectFB-$version.tar.gz
+ libpng-1.5.patch)
+
+# To build with multicore add --enable-multi
+build() {
+ cd DirectFB-$version
+ patch -Np1 -i ../libpng-1.5.patch
+ ./configure --prefix=/usr \
+ --mandir=/usr/share/man \
+ --enable-zlib --disable-vnc \
+ --infodir=/usr/share/info
+ make
+ make DESTDIR=$PKG install
+}
+