diff options
author | Ihar Hrachyshka <ihar.hrachyshka@gmail.com> | 2009-03-25 05:47:34 +0000 |
---|---|---|
committer | Cliff Brake <cbrake@bec-systems.com> | 2009-03-27 11:49:23 -0400 |
commit | 413872c423b266f598e08736556fd129526f8dac (patch) | |
tree | 9e291283def2610c86485c7044f5ef3d78b756db /recipes/libzip/libzip_0.9.bb | |
parent | f3fdd55a8f525ff59c793c0cbe8f43463021e96f (diff) |
libzip: new recipe
This is a C library for reading, creating, and modifying zip archives.
Package is created for libzip-0.9
Diffstat (limited to 'recipes/libzip/libzip_0.9.bb')
-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 +} |