wok view edje/receipt @ rev 12890

Up: libwebkit-video (1.8.1)
author Dominique Corbex <domcox@slitaz.org>
date Sun May 27 21:58:28 2012 +0200 (2012-05-27)
parents 03b99851e086
children c39e463afc91
line source
1 # SliTaz package receipt.
3 PACKAGE="edje"
4 VERSION="1.0.1"
5 CATEGORY="x-window"
6 SHORT_DESC="E17 libs."
7 MAINTAINER="pankso@slitaz.org"
8 TARBALL="$PACKAGE-$VERSION.tar.bz2"
9 WEB_SITE="http://www.enlightenment.org/"
10 WGET_URL="http://download.enlightenment.org/releases/$TARBALL"
12 DEPENDS="eina eet evas embryo ecore lua"
13 BUILD_DEPENDS="eina-dev eet-dev evas-dev embryo-dev ecore-dev lua-dev"
15 # Rules to configure and make the package.
16 compile_rules()
17 {
18 ./configure $CONFIGURE_ARGS && 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 chmod 755 $fs/usr/bin/*
28 cp -a $_pkg/usr/lib/*.so* $fs/usr/lib
29 }