libefreet: Add new package

[Peter: add upstream URL]
Signed-off-by: Will Newton <will.newton@imgtec.com>
Reviewed-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
Will Newton 2012-01-26 17:42:49 +00:00 committed by Peter Korsgaard
parent d9632d5985
commit eed2108482
3 changed files with 25 additions and 0 deletions

View File

@ -12,6 +12,7 @@ source "package/efl/expedite/Config.in"
source "package/efl/libeina/Config.in"
source "package/efl/libecore/Config.in"
source "package/efl/libeet/Config.in"
source "package/efl/libefreet/Config.in"
source "package/efl/libevas/Config.in"
source "package/efl/libembryo/Config.in"
source "package/efl/libedje/Config.in"

View File

@ -0,0 +1,10 @@
config BR2_PACKAGE_LIBEFREET
bool "libefreet"
select BR2_PACKAGE_LIBEINA
select BR2_PACKAGE_LIBEET
select BR2_PACKAGE_LIBECORE
help
Efreet is a library designed to help apps work with several of the
Freedesktop.org standards regarding Icons, Desktop files and Menus.
http://trac.enlightenment.org/e/wiki/Efreet

View File

@ -0,0 +1,14 @@
################################################################################
#
# libefreet
#
################################################################################
LIBEFREET_VERSION = 1.1.0
LIBEFREET_SOURCE = efreet-$(LIBEFREET_VERSION).tar.bz2
LIBEFREET_SITE = http://download.enlightenment.org/releases/
LIBEFREET_INSTALL_STAGING = YES
LIBEFREET_DEPENDENCIES = libeina libeet libecore
$(eval $(call AUTOTARGETS))