wok rev 13638

Up: embryo (1.7.1)
author Christophe Lincoln <pankso@slitaz.org>
date Fri Nov 16 00:04:15 2012 +0100 (2012-11-16)
parents 2df136ea717b
children bb6f072bb999
files embryo-dev/receipt embryo/receipt
line diff
     1.1 --- a/embryo-dev/receipt	Fri Nov 16 00:02:55 2012 +0100
     1.2 +++ b/embryo-dev/receipt	Fri Nov 16 00:04:15 2012 +0100
     1.3 @@ -1,21 +1,22 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="embryo-dev"
     1.7 -VERSION="1.0.0"
     1.8 +VERSION="1.7.1"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="E17 Embryo devel files."
    1.11  MAINTAINER="pankso@slitaz.org"
    1.12 -DEPENDS=""
    1.13  WANTED="embryo"
    1.14  WEB_SITE="http://www.enlightenment.org/"
    1.15  
    1.16 +DEPENDS=""
    1.17 +
    1.18  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.19  genpkg_rules()
    1.20  {
    1.21  	mkdir -p $fs/usr/lib
    1.22 -	cp -a $_pkg/usr/include $fs/usr
    1.23 -	cp -a $_pkg/usr/lib/*.*a $fs/usr/lib
    1.24 -	cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib
    1.25 +	cp -a $install/usr/include $fs/usr
    1.26 +	cp -a $install/usr/lib/*.*a $fs/usr/lib
    1.27 +	cp -a $install/usr/lib/pkgconfig $fs/usr/lib
    1.28  	# Symlink to ensure Embryo.h is found
    1.29  	ln -s /usr/include/embryo-1/Embryo.h $fs/usr/include
    1.30  }
     2.1 --- a/embryo/receipt	Fri Nov 16 00:02:55 2012 +0100
     2.2 +++ b/embryo/receipt	Fri Nov 16 00:04:15 2012 +0100
     2.3 @@ -1,7 +1,7 @@
     2.4  # SliTaz package receipt.
     2.5  
     2.6  PACKAGE="embryo"
     2.7 -VERSION="1.0.0"
     2.8 +VERSION="1.7.1"
     2.9  CATEGORY="base-system"
    2.10  SHORT_DESC="Enlightenment's - Small Pawn based virtual machine and compiler."
    2.11  MAINTAINER="pankso@slitaz.org"
    2.12 @@ -9,6 +9,9 @@
    2.13  WEB_SITE="http://www.enlightenment.org/"
    2.14  WGET_URL="http://download.enlightenment.org/releases/$TARBALL"
    2.15  
    2.16 +DEPENDS="eina"
    2.17 +BUILD_DEPENDS="eina-dev"
    2.18 +
    2.19  # Rules to configure and make the package.
    2.20  compile_rules()
    2.21  {
    2.22 @@ -21,7 +24,7 @@
    2.23  genpkg_rules()
    2.24  {
    2.25  	mkdir -p $fs/usr/lib
    2.26 -	cp -a $_pkg/usr/share $fs/usr
    2.27 -	cp -a $_pkg/usr/bin $fs/usr
    2.28 -	cp -a $_pkg/usr/lib/*.so* $fs/usr/lib
    2.29 +	cp -a $install/usr/share $fs/usr
    2.30 +	cp -a $install/usr/bin $fs/usr
    2.31 +	cp -a $install/usr/lib/*.so* $fs/usr/lib
    2.32  }