wok-next view embryo/receipt @ rev 20569

Fix libtool where applicable (a*-f* packages yet); combine collectd* receipts
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Apr 13 07:14:16 2018 +0300 (2018-04-13)
parents d43bf7aae921
children
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 fix libtool &&
20 make $MAKEFLAGS &&
21 make install
22 }
24 genpkg_rules() {
25 case $PACKAGE in
26 embryo)
27 copy @std
28 DEPENDS="eina"
29 TAGS="e enlightenment efl"
30 ;;
31 embryo-dev)
32 copy @dev
33 DEPENDS="eina-dev"
34 ;;
35 esac
36 }