# Description: Graphics library for the Linux framebuffer device # URL: http://www.directfb.org # Packager: Falcony, falcony at users dot sourceforge dot net # Depends on: git name=directfb version=git release=1 source= build() { cd $PKGMK_SOURCE_DIR if cd DirectFB 2>/dev/null ; then git checkout else git clone git://git.directfb.org/git/directfb/core/DirectFB.git fi ln -s $PKGMK_SOURCE_DIR/DirectFB $SRC cd $SRC/DirectFB local EXTRA_ARGS sh ./autogen.sh # uncomment the following line to build with support for the multi # app core: # EXTRA_ARGS="--enable-multi" ./configure --prefix=/usr --mandir=/usr/man \ --enable-zlib $EXTRA_ARGS make make DESTDIR=$PKG install }