# SliTaz package receipt. PACKAGE="eina" VERSION="1.0.1" CATEGORY="base-system" SHORT_DESC="Enlightenment's data types library (List, hash, etc) in C." MAINTAINER="pankso@slitaz.org" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://www.enlightenment.org/" WGET_URL="http://download.enlightenment.org/releases/$TARBALL" TAGS="e17" DEPENDS="" BUILD_DEPENDS="" # Rules to configure and make the package. compile_rules() { ./configure \ --enable-magic-debug \ --enable-safety-checks \ $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 }