wok annotate embryo/receipt @ rev 21349

ejabberd: added cacerts to BUILD_DEPENDS
author Hans-G?nter Theisgen
date Sat Apr 20 17:16:39 2019 +0100 (2019-04-20)
parents 0efad4f40bd9
children b01314c762e9
rev   line source
pankso@140 1 # SliTaz package receipt.
pankso@140 2
pankso@140 3 PACKAGE="embryo"
pankso@16130 4 VERSION="1.7.10"
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"
pascal@20421 10 WEB_SITE="https://www.enlightenment.org/"
gokhlayeh@8505 11 WGET_URL="http://download.enlightenment.org/releases/$TARBALL"
domcox@14387 12 TAGS="e enlightenment efl"
pankso@16116 13 HOST_ARCH="i486 arm"
pankso@140 14
pankso@13638 15 DEPENDS="eina"
pankso@13638 16 BUILD_DEPENDS="eina-dev"
pankso@13638 17
pankso@140 18 # Rules to configure and make the package.
pankso@140 19 compile_rules()
pankso@140 20 {
domcox@14667 21 ./configure $CONFIGURE_ARGS &&
domcox@14667 22 make $MAKEFLAGS && make install
pankso@140 23 }
pankso@140 24
pankso@140 25 # Rules to gen a SliTaz package suitable for Tazpkg.
pankso@140 26 genpkg_rules()
pankso@140 27 {
pankso@140 28 mkdir -p $fs/usr/lib
pankso@13638 29 cp -a $install/usr/share $fs/usr
pankso@13638 30 cp -a $install/usr/bin $fs/usr
pankso@13638 31 cp -a $install/usr/lib/*.so* $fs/usr/lib
pankso@140 32 }