wok-stable diff embryo-dev/receipt @ rev 9484
Add elfkickers
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Apr 05 13:23:34 2011 +0200 (2011-04-05) |
parents | f99c07c038f7 |
children |
line diff
1.1 --- a/embryo-dev/receipt Sun Jan 10 23:07:29 2010 +0100 1.2 +++ b/embryo-dev/receipt Tue Apr 05 13:23:34 2011 +0200 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