wok view efreet/receipt @ rev 9062

linux-wireless: update modules list (again)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Mar 04 13:15:00 2011 +0100 (2011-03-04)
parents 85cd798d6997
children 3f1746026fcd
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 cp -a $_pkg/usr/lib/efreet $fs/usr/lib
29 }