wok annotate embryo/receipt @ rev 14005

virtualbox-ose: fix some typos
author ernia <monghitri@aruba.it>
date Sat Feb 16 21:14:52 2013 +0000 (2013-02-16)
parents 214dca097a22
children abbdf7b3f2ec
rev   line source
pankso@140 1 # SliTaz package receipt.
pankso@140 2
pankso@140 3 PACKAGE="embryo"
pankso@13638 4 VERSION="1.7.1"
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 {
pankso@140 18 cd $src
slaxemulator@10319 19 ./configure $CONFIGURE_ARGS &&
slaxemulator@10319 20 make && make install
pankso@140 21 }
pankso@140 22
pankso@140 23 # Rules to gen a SliTaz package suitable for Tazpkg.
pankso@140 24 genpkg_rules()
pankso@140 25 {
pankso@140 26 mkdir -p $fs/usr/lib
pankso@13638 27 cp -a $install/usr/share $fs/usr
pankso@13638 28 cp -a $install/usr/bin $fs/usr
pankso@13638 29 cp -a $install/usr/lib/*.so* $fs/usr/lib
pankso@140 30 }