wok annotate efreet/receipt @ rev 14173

cookutils: update deps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Mar 09 09:24:47 2013 +0100 (2013-03-09)
parents cf214eecc1b5
children 963609b67ded
rev   line source
pankso@140 1 # SliTaz package receipt.
pankso@140 2
pankso@9788 3 PACKAGE="efreet"
pankso@13640 4 VERSION="1.7.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@13640 8 TARBALL="$PACKAGE-$VERSION.tar.gz"
pankso@140 9 WEB_SITE="http://www.enlightenment.org/"
pankso@9788 10 WGET_URL="http://download.enlightenment.org/releases/$TARBALL"
pankso@10622 11 TAGS="e17"
pankso@9788 12
pankso@10621 13 DEPENDS="eina eet ecore"
pankso@13640 14 BUILD_DEPENDS="eina-dev eet-dev ecore-dev jpeg-dev"
pankso@9788 15
pankso@9788 16 # Rules to configure and make the package.
pankso@9788 17 compile_rules()
pankso@9788 18 {
pankso@10621 19 ./configure $CONFIGURE_ARGS && make && make install
pankso@9788 20 }
pankso@140 21
pankso@140 22 # Rules to gen a SliTaz package suitable for Tazpkg.
pankso@140 23 genpkg_rules()
pankso@140 24 {
pankso@140 25 mkdir -p $fs/usr/lib
pankso@13640 26 cp -a $install/usr/bin $fs/usr
pankso@13640 27 cp -a $install/usr/share $fs/usr
pankso@13640 28 cp -a $install/usr/lib/*.so* $fs/usr/lib
pankso@13640 29 cp -a $install/usr/lib/efreet $fs/usr/lib
pankso@140 30 }