wok view embryo/receipt @ rev 14327

Up: efl (1.7.6)
author Dominique Corbex <domcox@slitaz.org>
date Fri Apr 12 19:17:52 2013 +0200 (2013-04-12)
parents abbdf7b3f2ec
children c031ece936b7
line source
1 # SliTaz package receipt.
3 PACKAGE="embryo"
4 VERSION="1.7.6"
5 CATEGORY="base-system"
6 SHORT_DESC="Enlightenment's - Small Pawn based virtual machine and compiler."
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"
13 BUILD_DEPENDS="eina-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 $install/usr/share $fs/usr
26 cp -a $install/usr/bin $fs/usr
27 cp -a $install/usr/lib/*.so* $fs/usr/lib
28 }