diff options
Diffstat (limited to 'packages/efl/etox_20060101.bb')
-rw-r--r-- | packages/efl/etox_20060101.bb | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/packages/efl/etox_20060101.bb b/packages/efl/etox_20060101.bb new file mode 100644 index 0000000000..d460479c4f --- /dev/null +++ b/packages/efl/etox_20060101.bb @@ -0,0 +1,13 @@ +DESCRIPTION = "Etox is a type setting and text layout library based on Evas. \ +Etox helps you when it comes to displaying, moving, resizing, layering, \ +clipping, aligning and coloring fonts in different styles, and more." +DEPENDS = "edb virtual/evas virtual/ecore" +LICENSE = "MIT" +PR = "r1" + +inherit efl + +SRC_URI = "cvs://anonymous@thinktux.net/root;module=e17/libs/etox;date=${PV}" +S = "${WORKDIR}/etox" + +libdirectory = "src" |