# Description: X File Explorer. # URL: http://roland65.free.fr/xfe/ # Packager: Johannes, Schick dot Johannes at gmail dot com # Maintainer: Victor Martinez, pitillo at ono dot com # Arch Maintainer System Team crux-arm at mikeux dot dyndns dot org # Depends on: fox intltool name=xfe version=1.32.1 release=1 source=(http://dl.sourceforge.net/sourceforge/xfe/$name-$version.tar.gz) build() { cd $name-$version export FOXCFLAGS="-I$CLFS/usr/include -I$CLFS/usr/include/fox-1.6" export CXXFLAGS="${CXXFLAGS} $FOXCFLAGS" export FOX_CONFIG="1" echo "ac_cv_func_malloc_0_nonnull=yes" > config.cache ./configure --build=$CHOST \ --host=$CTARGET \ --prefix=/usr \ --disable-nls \ --mandir=$PKG/usr/man \ --cache-file=config.cache sed -e '/#undef malloc/d' -e '/#undef realloc/d' -i config.h.in make make prefix=$PKG/usr install }