wok view efreet/receipt @ rev 655

Up: slitaz-configs (1.6) - Ob is the default WM, no more system.jwmrc
author Christophe Lincoln <pankso@slitaz.org>
date Tue Apr 22 22:37:21 2008 +0200 (2008-04-22)
parents 5d91cb5a0c63
children 6a6ba65f2ad7
line source
1 # SliTaz package receipt.
3 PACKAGE="efreet"
4 VERSION="0.0.3.042"
5 CATEGORY="x-window"
6 SHORT_DESC="E17 libs."
7 MAINTAINER="pankso@slitaz.org"
8 DEPENDS="eet evas ecore embryo edje"
9 TARBALL="$PACKAGE-$VERSION.tar.gz"
10 WEB_SITE="http://www.enlightenment.org/"
11 WGET_URL="http://download.enlightenment.org/snapshots/2008-01-25/$TARBALL"
13 # Rules to configure and make the package.
14 compile_rules()
15 {
16 cd $src
17 ./configure --prefix=/usr --infodir=/usr/share/info \
18 --mandir=/usr/share/man $CONFIGURE_ARGS
19 make
20 make DESTDIR=$PWD/_pkg install
21 }
23 # Rules to gen a SliTaz package suitable for Tazpkg.
24 genpkg_rules()
25 {
26 mkdir -p $fs/usr/lib
27 cp -a $_pkg/usr/bin $fs/usr
28 cp -a $_pkg/usr/share $fs/usr
29 cp -a $_pkg/usr/lib/*.so* $fs/usr/lib
30 strip -s $fs/usr/bin/*
31 strip --strip-unneeded $fs/usr/lib/* 2>/dev/null
32 }