From 413872c423b266f598e08736556fd129526f8dac Mon Sep 17 00:00:00 2001 From: Ihar Hrachyshka Date: Wed, 25 Mar 2009 05:47:34 +0000 Subject: libzip: new recipe This is a C library for reading, creating, and modifying zip archives. Package is created for libzip-0.9 --- recipes/libzip/libzip_0.9.bb | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 recipes/libzip/libzip_0.9.bb (limited to 'recipes/libzip') 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 +} -- cgit v1.2.3