blob: dba9a3c9fbb92e87d4bc66c2bfd5fff792d1ad26 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
DESCRIPTION = "An implementation of freedesktop.org specs for the \
Enlightenment Foundation Libraries"
DEPENDS = "ecore"
LICENSE = "BSD"
PV = "0.0.3+cvs${SRCDATE}"
PR = "r0"
inherit efl_library
PACKAGES =+ "${PN}-mime"
FILES_${PN}-mime = "${libdir}/libefreet_mime.so.*"
|