summaryrefslogtreecommitdiffstats
path: root/base/directfb-1.0/Pkgfile
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2011-02-21 21:15:05 +0100
committertnut <thierryn1 at hispeed dot ch>2011-02-21 21:15:05 +0100
commit3d39991d374049adca814f18cb50a3b36572b2f1 (patch)
treeb748fae3e78da41a0b50e3a7626d79a24ead3f4d /base/directfb-1.0/Pkgfile
parentd07b44ba30f633e6b2a21ac7bfcc1880a6d03ca4 (diff)
downloadnutyx-pakxe-3d39991d374049adca814f18cb50a3b36572b2f1.tar.gz
nutyx-pakxe-3d39991d374049adca814f18cb50a3b36572b2f1.tar.bz2
nutyx-pakxe-3d39991d374049adca814f18cb50a3b36572b2f1.tar.xz
nutyx-pakxe-3d39991d374049adca814f18cb50a3b36572b2f1.zip
directfb-1.0 dans ouvert
Diffstat (limited to 'base/directfb-1.0/Pkgfile')
-rw-r--r--base/directfb-1.0/Pkgfile30
1 files changed, 0 insertions, 30 deletions
diff --git a/base/directfb-1.0/Pkgfile b/base/directfb-1.0/Pkgfile
deleted file mode 100644
index e8297ea65..000000000
--- a/base/directfb-1.0/Pkgfile
+++ /dev/null
@@ -1,30 +0,0 @@
-# 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
-
-name=directfb-1.0
-version=1.0.1
-release=1
-source=(http://www.directfb.org/downloads/Core/DirectFB-1.0/DirectFB-$version.tar.gz
- directfb-1-0-libpng14.patch)
-
-# To build with multicore add --enable-multi
-
-build() {
- unset MAKEFLAGS
- export POSIXLY_CORRECT="yes"
- cd DirectFB-$version
-
- patch -Np1 -i ../directfb-1-0-libpng14.patch
-
- ./configure --prefix=/usr \
- --mandir=/usr/share/man \
- --enable-zlib --disable-vnc \
- --infodir=/usr/share/info \
- --enable-x11=no
- make
- make DESTDIR=$PKG install
-}
-