# SliTaz package receipt. PACKAGE="evas" VERSION="1.0.1" CATEGORY="x-window" SHORT_DESC="Enlightenment's hardware-accelerated retained canvas API" MAINTAINER="pankso@slitaz.org" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://www.enlightenment.org/" WGET_URL="http://download.enlightenment.org/releases/$TARBALL" DEPENDS="eina eet" BUILD_DEPENDS="eina-dev eet-dev" # Rules to configure and make the package. compile_rules() { ./configure $CONFIGURE_ARGS && make && make install } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/lib cp -a $_pkg/usr/lib/*.so* $fs/usr/lib cp -a $_pkg/usr/lib/evas $fs/usr/lib rm -rf $fs/usr/lib/evas/modules/*/*/*/*.*a }