wok annotate embryo/receipt @ rev 12953

zerobin: append '=' to forced key
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu May 31 13:45:40 2012 +0200 (2012-05-31)
parents 5c7bde556b6a
children c197265701c9
rev   line source
pankso@140 1 # SliTaz package receipt.
pankso@140 2
pankso@140 3 PACKAGE="embryo"
gokhlayeh@8505 4 VERSION="1.0.0"
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@140 12 # Rules to configure and make the package.
pankso@140 13 compile_rules()
pankso@140 14 {
pankso@140 15 cd $src
slaxemulator@10319 16 ./configure $CONFIGURE_ARGS &&
slaxemulator@10319 17 make && make install
pankso@140 18 }
pankso@140 19
pankso@140 20 # Rules to gen a SliTaz package suitable for Tazpkg.
pankso@140 21 genpkg_rules()
pankso@140 22 {
pankso@140 23 mkdir -p $fs/usr/lib
pankso@140 24 cp -a $_pkg/usr/share $fs/usr
pankso@140 25 cp -a $_pkg/usr/bin $fs/usr
pankso@140 26 cp -a $_pkg/usr/lib/*.so* $fs/usr/lib
pankso@140 27 }