diff options
author | tnut <thierryn1 at hispeed dot ch> | 2011-02-21 21:15:05 +0100 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2011-02-21 21:15:05 +0100 |
commit | 3d39991d374049adca814f18cb50a3b36572b2f1 (patch) | |
tree | b748fae3e78da41a0b50e3a7626d79a24ead3f4d /base/directfb-1.0/Pkgfile | |
parent | d07b44ba30f633e6b2a21ac7bfcc1880a6d03ca4 (diff) | |
download | nutyx-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/Pkgfile | 30 |
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 -} - |