wok annotate embryo/receipt @ rev 15666

Add ddumbfs
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Dec 13 16:18:29 2013 +0000 (2013-12-13)
parents d3e76f1e0aee
children 4d426f5ef150
rev   line source
pankso@140 1 # SliTaz package receipt.
pankso@140 2
pankso@140 3 PACKAGE="embryo"
domcox@15443 4 VERSION="1.7.9"
gokhlayeh@8505 5 CATEGORY="base-system"
domcox@14667 6 SHORT_DESC="EFL Small Pawn based virtual machine and compiler."
pankso@140 7 MAINTAINER="pankso@slitaz.org"
pascal@14994 8 LICENSE="BSD"
pankso@2022 9 TARBALL="$PACKAGE-$VERSION.tar.bz2"
pankso@140 10 WEB_SITE="http://www.enlightenment.org/"
gokhlayeh@8505 11 WGET_URL="http://download.enlightenment.org/releases/$TARBALL"
domcox@14387 12 TAGS="e enlightenment efl"
pankso@140 13
pankso@13638 14 DEPENDS="eina"
pankso@13638 15 BUILD_DEPENDS="eina-dev"
pankso@13638 16
pankso@140 17 # Rules to configure and make the package.
pankso@140 18 compile_rules()
pankso@140 19 {
domcox@14667 20 ./configure $CONFIGURE_ARGS &&
domcox@14667 21 make $MAKEFLAGS && make install
pankso@140 22 }
pankso@140 23
pankso@140 24 # Rules to gen a SliTaz package suitable for Tazpkg.
pankso@140 25 genpkg_rules()
pankso@140 26 {
pankso@140 27 mkdir -p $fs/usr/lib
pankso@13638 28 cp -a $install/usr/share $fs/usr
pankso@13638 29 cp -a $install/usr/bin $fs/usr
pankso@13638 30 cp -a $install/usr/lib/*.so* $fs/usr/lib
pankso@140 31 }