# SliTaz package receipt. PACKAGE="edje" VERSION="1.0.1" CATEGORY="x-window" SHORT_DESC="E17 libs." 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 evas embryo ecore lua" BUILD_DEPENDS="eina-dev eet-dev evas-dev embryo-dev ecore-dev lua-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/bin $fs/usr cp -a $_pkg/usr/share $fs/usr chmod 755 $fs/usr/bin/* cp -a $_pkg/usr/lib/*.so* $fs/usr/lib }