wok-next view embryo/receipt @ rev 20513

A lot of tiny edits; remove wget and pkg-build from $BUILD_DEPENDS and from *-dev packages $DEPENDS.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed Mar 21 15:58:17 2018 +0200 (2018-03-21)
parents c4e53a39395a
children 835b3b8ce6ac
line source
1 # SliTaz package receipt v2.
3 PACKAGE="embryo"
4 VERSION="1.7.10"
5 CATEGORY="base-system"
6 SHORT_DESC="EFL Small Pawn based virtual machine and compiler"
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="BSD"
9 WEB_SITE="http://www.enlightenment.org/"
11 TARBALL="$PACKAGE-$VERSION.tar.bz2"
12 WGET_URL="http://download.enlightenment.org/releases/$TARBALL"
14 BUILD_DEPENDS="eina-dev"
15 SPLIT="embryo-dev"
17 compile_rules() {
18 ./configure $CONFIGURE_ARGS &&
19 make $MAKEFLAGS && make install
20 }
22 genpkg_rules() {
23 case $PACKAGE in
24 embryo)
25 copy @std
26 DEPENDS="eina"
27 TAGS="e enlightenment efl"
28 ;;
29 embryo-dev)
30 copy @dev
31 DEPENDS="eina-dev"
32 ;;
33 esac
34 }