wok annotate efreet/receipt @ rev 10621

enlightenment and libs: huge clean to bdeps and make it build
author Christophe Lincoln <pankso@slitaz.org>
date Thu May 26 21:09:04 2011 +0200 (2011-05-26)
parents 998d80005942
children cf214eecc1b5
rev   line source
pankso@140 1 # SliTaz package receipt.
pankso@140 2
pankso@9788 3 PACKAGE="efreet"
pankso@10515 4 VERSION="1.0.1"
pankso@9788 5 CATEGORY="base-system"
pankso@9788 6 SHORT_DESC="E17 implementation of several specifications from freedesktop.org."
pankso@140 7 MAINTAINER="pankso@slitaz.org"
pankso@9788 8 TARBALL="$PACKAGE-$VERSION.tar.bz2"
pankso@140 9 WEB_SITE="http://www.enlightenment.org/"
pankso@9788 10 WGET_URL="http://download.enlightenment.org/releases/$TARBALL"
pankso@9788 11
pankso@10621 12 DEPENDS="eina eet ecore"
pankso@10621 13 BUILD_DEPENDS="eina-dev eet-dev ecore-dev"
pankso@9788 14
pankso@9788 15 # Rules to configure and make the package.
pankso@9788 16 compile_rules()
pankso@9788 17 {
pankso@10621 18 ./configure $CONFIGURE_ARGS && make && make install
pankso@9788 19 }
pankso@140 20
pankso@140 21 # Rules to gen a SliTaz package suitable for Tazpkg.
pankso@140 22 genpkg_rules()
pankso@140 23 {
pankso@140 24 mkdir -p $fs/usr/lib
pankso@9788 25 cp -a $_pkg/usr/bin $fs/usr
pankso@9788 26 cp -a $_pkg/usr/share $fs/usr
pankso@9788 27 cp -a $_pkg/usr/lib/*.so* $fs/usr/lib
pankso@9788 28 cp -a $_pkg/usr/lib/efreet $fs/usr/lib
pankso@140 29 }