wok annotate embryo/receipt @ rev 14296

Up: embryo (1.7.5)
author Dominique Corbex <domcox@slitaz.org>
date Sun Apr 07 10:08:14 2013 +0200 (2013-04-07)
parents c197265701c9
children 0941341ce316
rev   line source
pankso@140 1 # SliTaz package receipt.
pankso@140 2
pankso@140 3 PACKAGE="embryo"
domcox@14296 4 VERSION="1.7.5"
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"
pankso@140 11
pankso@13638 12 DEPENDS="eina"
pankso@13638 13 BUILD_DEPENDS="eina-dev"
pankso@13638 14
pankso@140 15 # Rules to configure and make the package.
pankso@140 16 compile_rules()
pankso@140 17 {
domcox@14296 18 ./configure $CONFIGURE_ARGS && make && make install
pankso@140 19 }
pankso@140 20
pankso@140 21 # Rules to gen a SliTaz package suitable for Tazpkg.
pankso@140 22 genpkg_rules()
pankso@140 23 {
pankso@140 24 mkdir -p $fs/usr/lib
pankso@13638 25 cp -a $install/usr/share $fs/usr
pankso@13638 26 cp -a $install/usr/bin $fs/usr
pankso@13638 27 cp -a $install/usr/lib/*.so* $fs/usr/lib
pankso@140 28 }