wok view embryo/receipt @ rev 14609

Up: python to 2.7.5.
author Christopher Rogers <slaxemulator@gmail.com>
date Fri May 31 20:37:08 2013 +0000 (2013-05-31)
parents 0941341ce316
children de7a0ca8b921
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"
11 TAGS="e enlightenment efl"
13 DEPENDS="eina"
14 BUILD_DEPENDS="eina-dev"
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 ./configure $CONFIGURE_ARGS && make && make install
20 }
22 # Rules to gen a SliTaz package suitable for Tazpkg.
23 genpkg_rules()
24 {
25 mkdir -p $fs/usr/lib
26 cp -a $install/usr/share $fs/usr
27 cp -a $install/usr/bin $fs/usr
28 cp -a $install/usr/lib/*.so* $fs/usr/lib
29 }