# SliTaz package receipt. PACKAGE="efreet" VERSION="1.0.1" CATEGORY="base-system" SHORT_DESC="E17 implementation of several specifications from freedesktop.org." 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="eina eet ecore" BUILD_DEPENDS="eina-dev eet-dev ecore-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 cp -a $_pkg/usr/lib/*.so* $fs/usr/lib cp -a $_pkg/usr/lib/efreet $fs/usr/lib }