diff options
Diffstat (limited to 'recipes/naim/naim_0.11.8.3.1.bb')
-rw-r--r-- | recipes/naim/naim_0.11.8.3.1.bb | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/recipes/naim/naim_0.11.8.3.1.bb b/recipes/naim/naim_0.11.8.3.1.bb new file mode 100644 index 0000000000..f145f721c7 --- /dev/null +++ b/recipes/naim/naim_0.11.8.3.1.bb @@ -0,0 +1,8 @@ +DESCRIPTION = "A console AIM/IRC/ICQ and Lily client" +SECTION = "console/apps" +LICENSE = "GPL" +DEPENDS = "ncurses" + +SRC_URI = "http://naim.googlecode.com/files/naim-0.11.8.3.1.tar.bz2" + +inherit autotools |