wok-next diff embryo/receipt @ rev 20386

Up aaphoto amsn ecore edbus edje eet eeze efl efreet eina eio elementary embryo emotion ethumb evas jp2a python-elementary python-evas: v2, use libjpeg-turbo and eudev
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Nov 30 12:59:51 2017 +0200 (2017-11-30)
parents 0efad4f40bd9
children c4e53a39395a
line diff
     1.1 --- a/embryo/receipt	Tue Mar 25 22:34:47 2014 +0100
     1.2 +++ b/embryo/receipt	Thu Nov 30 12:59:51 2017 +0200
     1.3 @@ -1,32 +1,35 @@
     1.4 -# SliTaz package receipt.
     1.5 +# SliTaz package receipt v2.
     1.6  
     1.7  PACKAGE="embryo"
     1.8  VERSION="1.7.10"
     1.9  CATEGORY="base-system"
    1.10 -SHORT_DESC="EFL Small Pawn based virtual machine and compiler."
    1.11 +SHORT_DESC="EFL Small Pawn based virtual machine and compiler"
    1.12  MAINTAINER="pankso@slitaz.org"
    1.13  LICENSE="BSD"
    1.14 -TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.15  WEB_SITE="http://www.enlightenment.org/"
    1.16 -WGET_URL="http://download.enlightenment.org/releases/$TARBALL"
    1.17 -TAGS="e enlightenment efl"
    1.18  HOST_ARCH="i486 arm"
    1.19  
    1.20 -DEPENDS="eina"
    1.21 +TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.22 +WGET_URL="http://download.enlightenment.org/releases/$TARBALL"
    1.23 +
    1.24  BUILD_DEPENDS="eina-dev"
    1.25 +SPLIT="embryo-dev"
    1.26  
    1.27 -# Rules to configure and make the package.
    1.28 -compile_rules()
    1.29 -{
    1.30 +compile_rules() {
    1.31  	./configure $CONFIGURE_ARGS &&
    1.32  	make $MAKEFLAGS && make install
    1.33  }
    1.34  
    1.35 -# Rules to gen a SliTaz package suitable for Tazpkg.
    1.36 -genpkg_rules()
    1.37 -{
    1.38 -	mkdir -p $fs/usr/lib
    1.39 -	cp -a $install/usr/share $fs/usr
    1.40 -	cp -a $install/usr/bin $fs/usr
    1.41 -	cp -a $install/usr/lib/*.so* $fs/usr/lib
    1.42 +genpkg_rules() {
    1.43 +	case $PACKAGE in
    1.44 +		embryo)
    1.45 +			copy @std
    1.46 +			DEPENDS="eina"
    1.47 +			TAGS="e enlightenment efl"
    1.48 +			;;
    1.49 +		embryo-dev)
    1.50 +			copy @dev
    1.51 +			DEPENDS="eina-dev pkg-config"
    1.52 +			;;
    1.53 +	esac
    1.54  }