libzip: new recipe
authorIhar Hrachyshka <ihar.hrachyshka@gmail.com>
Wed, 25 Mar 2009 05:47:34 +0000 (05:47 +0000)
committerCliff Brake <cbrake@bec-systems.com>
Fri, 27 Mar 2009 15:49:23 +0000 (11:49 -0400)
This is a C library for reading, creating, and modifying zip archives.
Package is created for libzip-0.9

conf/checksums.ini
recipes/libzip/libzip_0.9.bb [new file with mode: 0644]

index 43d68f9..b74d8f7 100644 (file)
@@ -14402,6 +14402,10 @@ sha256=ccefd4ceb29bb729dcaa9a9d4a86654a9134adfd29bdd72be1a9d3726efb54e0
 md5=d6a9a020a76a3db17848d769d6c9c8a9
 sha256=4e1f39ee16596fd2a83d28d6c3b065f742254f3336f93ce8ed1cae48ecbe49da
 
+[http://www.nih.at/libzip/libzip-0.9.tar.bz2]
+md5=56b9f11c1eee5eed189a20183d7e06b0
+sha256=23a8c3624122a3777bb4ac3be4a867fd0bed7f3aacb8f1d0b68fc459cfb035fc
+
 [http://downloads.sourceforge.net/lightblue/lightblue-0.3.3.tar.gz]
 md5=fb3761c8fff39a792035db4767847169
 sha256=90b3271e5ce4de91d3651ba11b92e64fc7afb2a54ebe01826023e5bb2b53a3bc
diff --git a/recipes/libzip/libzip_0.9.bb b/recipes/libzip/libzip_0.9.bb
new file mode 100644 (file)
index 0000000..914a0c1
--- /dev/null
@@ -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
+}