wok-next view embryo/receipt @ rev 20402

Up seed (3.8.1) use webkitgtk instead of libwebkit; add cogl for clutter; up clutter (1.26.2) using mesa17 instead of mesa; up gnome-games using mesa17 instead of mix 'mesa & mesa17'
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Dec 05 17:49:11 2017 +0200 (2017-12-05)
parents 0efad4f40bd9
children c4e53a39395a
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/"
10 HOST_ARCH="i486 arm"
12 TARBALL="$PACKAGE-$VERSION.tar.bz2"
13 WGET_URL="http://download.enlightenment.org/releases/$TARBALL"
15 BUILD_DEPENDS="eina-dev"
16 SPLIT="embryo-dev"
18 compile_rules() {
19 ./configure $CONFIGURE_ARGS &&
20 make $MAKEFLAGS && make install
21 }
23 genpkg_rules() {
24 case $PACKAGE in
25 embryo)
26 copy @std
27 DEPENDS="eina"
28 TAGS="e enlightenment efl"
29 ;;
30 embryo-dev)
31 copy @dev
32 DEPENDS="eina-dev pkg-config"
33 ;;
34 esac
35 }