wok diff embryo-dev/receipt @ rev 8517

Moved firefox depend to script receipt depend in get-realplayer.
author Christopher Rogers <slaxemulator@gmail.com>
date Sat Feb 12 06:26:12 2011 +0000 (2011-02-12)
parents f99c07c038f7
children c197265701c9
line diff
     1.1 --- a/embryo-dev/receipt	Sun Jan 10 23:07:29 2010 +0100
     1.2 +++ b/embryo-dev/receipt	Sat Feb 12 06:26:12 2011 +0000
     1.3 @@ -1,11 +1,11 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="embryo-dev"
     1.7 -VERSION="0.9.9.063"
     1.8 +VERSION="1.0.0"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="E17 Embryo devel files."
    1.11  MAINTAINER="pankso@slitaz.org"
    1.12 -DEPENDS="eet evas ecore"
    1.13 +DEPENDS=""
    1.14  WANTED="embryo"
    1.15  WEB_SITE="http://www.enlightenment.org/"
    1.16  
    1.17 @@ -16,5 +16,7 @@
    1.18  	cp -a $_pkg/usr/include $fs/usr
    1.19  	cp -a $_pkg/usr/lib/*.*a $fs/usr/lib
    1.20  	cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib
    1.21 +	# Symlink to ensure Embryo.h is found
    1.22 +	ln -s /usr/include/embryo-1/Embryo.h $fs/usr/include
    1.23  }
    1.24