# Description: the Matchbox Library # URL: http://matchbox.handhelds.org # Maintainer: Victor Martinez, pitillo at ono dot com # Arch Maintainer: CRUX-ARM System Team, devel at crux-arm dot nu # Depends on: xorg-libxext xorg-libxft name=libmatchbox version=1.9 release=1 source=(http://matchbox-project.org/sources/$name/$version/$name-$version.tar.bz2) build() { cd $name-$version export XLIBS_LIBS="-L$CLFS/usr/lib -lpthread-stubs -lX11 -lXext -lXft -lfreetype -lz" export XLIBS_CFLAGS="-I$CLFS/usr/include -I$CLFS/usr/include/X11 -I$CLFS/usr/include/X11/extensions -I$CLFS/usr/include/freetype2" export XFT_LIBS="-L$CLFS/usr/lib -lXft" export XFT_CFLAGS="-I$CLFS/usr/include" ./configure --build=$CHOST \ --host=$CTARGET \ --prefix=/usr \ --mandir=$PKG/usr/man \ --enable-jpeg \ --disable-nls make make DESTDIR=$PKG install }