diff options
author | minskim <minskim@pkgsrc.org> | 2008-10-26 07:54:20 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2008-10-26 07:54:20 +0000 |
commit | eadcd2f3543a08c34965789544ec5c5cc743d94e (patch) | |
tree | bfe8f08f3c09c3ee77005f3b6ece4fd5039cbb71 /lang/embryo/PLIST | |
parent | aedb808b3dc08cfa758f79f3d7bbcd16da69f2e2 (diff) | |
download | pkgsrc-eadcd2f3543a08c34965789544ec5c5cc743d94e.tar.gz |
Import embryo from pkgsrc-wip. Packaged by Grzegorz Błach.
Embryo implements a C like scripting language used in various parts of
the Enlightenment project, namely Edje. Embryo allows scripting
capabilities in places that otherwise wouldn't support basic
programming structures such as in Edje EDCs.
Diffstat (limited to 'lang/embryo/PLIST')
-rw-r--r-- | lang/embryo/PLIST | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/lang/embryo/PLIST b/lang/embryo/PLIST new file mode 100644 index 00000000000..81cdbd52ba8 --- /dev/null +++ b/lang/embryo/PLIST @@ -0,0 +1,8 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2008/10/26 07:54:20 minskim Exp $ +bin/embryo_cc +include/Embryo.h +lib/libembryo.la +lib/pkgconfig/embryo.pc +share/embryo/include/default.inc +@dirrm share/embryo/include +@dirrm share/embryo |