wok view efreet/receipt @ rev 8505

Update e17 stuff to last version
author Antoine Bodin <gokhlayeh@slitaz.org>
date Sat Feb 12 02:21:51 2011 +0100 (2011-02-12)
parents b68b4f934ba7
children 4d81023c7989
line source
1 # SliTaz package receipt.
3 PACKAGE="efreet"
4 VERSION="1.0.0"
5 CATEGORY="base-system"
6 SHORT_DESC="E17 implementation of several specifications from freedesktop.org."
7 MAINTAINER="pankso@slitaz.org"
8 DEPENDS="eina ecore"
9 BUILD_DEPENDS=""
10 TARBALL="$PACKAGE-$VERSION.tar.bz2"
11 WEB_SITE="http://www.enlightenment.org/"
12 WGET_URL="http://download.enlightenment.org/releases/$TARBALL"
14 # Rules to configure and make the package.
15 compile_rules()
16 {
17 cd $src
18 ./configure && make && make install
19 }
21 # Rules to gen a SliTaz package suitable for Tazpkg.
22 genpkg_rules()
23 {
24 mkdir -p $fs/usr/lib
25 cp -a $_pkg/usr/bin $fs/usr
26 cp -a $_pkg/usr/share $fs/usr
27 cp -a $_pkg/usr/lib/*.so* $fs/usr/lib
28 }