summaryrefslogtreecommitdiffstats
path: root/extra/directfb/Pkgfile
diff options
context:
space:
mode:
authorThierry N <thierryn1 at hispeed dot ch>2009-08-09 21:42:39 +0200
committerThierry N <thierryn1 at hispeed dot ch>2009-08-09 21:42:39 +0200
commit7097d181a63c5b7891f60924860c66b8588d2d1d (patch)
treec733731aad903e63382f90055385ba8665325ab2 /extra/directfb/Pkgfile
parent25e98871f198258ce928641b2f407a5d8503f63e (diff)
downloadnutyx-pakxe-7097d181a63c5b7891f60924860c66b8588d2d1d.tar.gz
nutyx-pakxe-7097d181a63c5b7891f60924860c66b8588d2d1d.tar.bz2
nutyx-pakxe-7097d181a63c5b7891f60924860c66b8588d2d1d.tar.xz
nutyx-pakxe-7097d181a63c5b7891f60924860c66b8588d2d1d.zip
Ajout de directfb#1.4.1-1
Diffstat (limited to 'extra/directfb/Pkgfile')
-rw-r--r--extra/directfb/Pkgfile21
1 files changed, 21 insertions, 0 deletions
diff --git a/extra/directfb/Pkgfile b/extra/directfb/Pkgfile
new file mode 100644
index 000000000..f12c850ac
--- /dev/null
+++ b/extra/directfb/Pkgfile
@@ -0,0 +1,21 @@
+# 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:
+
+name=directfb
+version=1.4.1
+release=1
+source=(http://www.directfb.org/downloads/Core/DirectFB-1.4/DirectFB-$version.tar.gz)
+
+# To build with multicore add --enable-multi
+build() {
+ cd DirectFB-$version
+ ./configure --prefix=/usr \
+ --mandir=/usr/share/man \
+ --enable-zlib \
+ --infodir=/usr/share/info
+ make
+ make DESTDIR=$PKG install
+}