From bb030383c14c695b6f6797cd3e02f3ae117244b9 Mon Sep 17 00:00:00 2001 From: Yuri Bushmelev Date: Tue, 26 Apr 2011 10:50:22 +0400 Subject: aewan: new recipe: Aewan is a ascii-art/animation editor --- recipes/aewan/aewan_1.0.01.bb | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 recipes/aewan/aewan_1.0.01.bb diff --git a/recipes/aewan/aewan_1.0.01.bb b/recipes/aewan/aewan_1.0.01.bb new file mode 100644 index 0000000000..73b002b3cc --- /dev/null +++ b/recipes/aewan/aewan_1.0.01.bb @@ -0,0 +1,12 @@ +DESCRIPTION = "Aewan is a multi-layered ascii-art/animation editor" +HOMEPAGE = "http://aewan.sourceforge.net/" +SECTION = "console/utils" +DEPENDS = "ncurses zlib" +LICENSE = "GPL" + +SRC_URI = "${SOURCEFORGE_MIRROR}/${PN}/${PN}-${PV}.tar.gz" + +inherit autotools + +SRC_URI[md5sum] = "89545338d1eba311297b520f9dc1b976" +SRC_URI[sha256sum] = "5266dec5e185e530b792522821c97dfa5f9e3892d0dca5e881d0c30ceac21817" -- cgit 1.2.3-korg