wok annotate 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
rev   line source
pankso@140 1 # SliTaz package receipt.
pankso@140 2
pankso@140 3 PACKAGE="embryo"
domcox@14327 4 VERSION="1.7.6"
gokhlayeh@8505 5 CATEGORY="base-system"
pankso@10596 6 SHORT_DESC="Enlightenment's - Small Pawn based virtual machine and compiler."
pankso@140 7 MAINTAINER="pankso@slitaz.org"
pankso@2022 8 TARBALL="$PACKAGE-$VERSION.tar.bz2"
pankso@140 9 WEB_SITE="http://www.enlightenment.org/"
gokhlayeh@8505 10 WGET_URL="http://download.enlightenment.org/releases/$TARBALL"
domcox@14387 11 TAGS="e enlightenment efl"
pankso@140 12
pankso@13638 13 DEPENDS="eina"
pankso@13638 14 BUILD_DEPENDS="eina-dev"
pankso@13638 15
pankso@140 16 # Rules to configure and make the package.
pankso@140 17 compile_rules()
pankso@140 18 {
domcox@14296 19 ./configure $CONFIGURE_ARGS && make && make install
pankso@140 20 }
pankso@140 21
pankso@140 22 # Rules to gen a SliTaz package suitable for Tazpkg.
pankso@140 23 genpkg_rules()
pankso@140 24 {
pankso@140 25 mkdir -p $fs/usr/lib
pankso@13638 26 cp -a $install/usr/share $fs/usr
pankso@13638 27 cp -a $install/usr/bin $fs/usr
pankso@13638 28 cp -a $install/usr/lib/*.so* $fs/usr/lib
pankso@140 29 }