diff options
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/libzip/libzip_0.9.bb | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/recipes/libzip/libzip_0.9.bb b/recipes/libzip/libzip_0.9.bb new file mode 100644 index 0000000000..914a0c1a38 --- /dev/null +++ b/recipes/libzip/libzip_0.9.bb @@ -0,0 +1,13 @@ +DESCRIPTION = "C library for reading, creating, and modifying zip archives" +SECTION = "libs" +HOMEPAGE = "http://www.nih.at/libzip" +LICENSE = "BSD" +DEPENDS = "zlib" + +SRC_URI = "http://www.nih.at/${PN}/${PN}-${PV}.tar.bz2" + +inherit autotools + +do_stage() { + autotools_stage_all +} |