X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=recipes%2Flibzip%2Flibzip_1.3.0.bb;fp=recipes%2Flibzip%2Flibzip_1.3.0.bb;h=b476562ba989965682e2f8ced3d935ac5b29f490;hb=9353e659b2fd87e71531cfa9abe6f7aac3f77851;hp=0000000000000000000000000000000000000000;hpb=24663048adfc4a1795bfec3ede16dd039d65ba9a;p=openembedded.git diff --git a/recipes/libzip/libzip_1.3.0.bb b/recipes/libzip/libzip_1.3.0.bb new file mode 100644 index 0000000000..b476562ba9 --- /dev/null +++ b/recipes/libzip/libzip_1.3.0.bb @@ -0,0 +1,15 @@ +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.xz" + +inherit autotools + +do_stage() { + autotools_stage_all +} + +SRC_URI[md5sum] = "bf0342c919bea07ba8197a1691a4d2da"