New package: jigdo-0.7.3
This commit is contained in:
parent
49ed981e55
commit
86ba2d18bc
3 changed files with 34 additions and 0 deletions
10
srcpkgs/jigdo/patches/md5sum.patch
Normal file
10
srcpkgs/jigdo/patches/md5sum.patch
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
--- src/util/md5sum.hh.orig 2016-12-14 02:01:19.734059134 +0100
|
||||||
|
+++ src/util/md5sum.hh 2016-12-14 02:01:52.943060147 +0100
|
||||||
|
@@ -35,6 +35,7 @@
|
||||||
|
#include <bstream.hh>
|
||||||
|
#include <debug.hh>
|
||||||
|
#include <md5sum.fh>
|
||||||
|
+#include <string.h>
|
||||||
|
//______________________________________________________________________
|
||||||
|
|
||||||
|
/** Container for an already computed MD5Sum.
|
10
srcpkgs/jigdo/patches/string.patch
Normal file
10
srcpkgs/jigdo/patches/string.patch
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
--- src/util/string.hh.orig 2016-12-14 02:07:50.302071056 +0100
|
||||||
|
+++ src/util/string.hh 2016-12-14 02:08:04.396071486 +0100
|
||||||
|
@@ -18,6 +18,7 @@
|
||||||
|
#define STRING_HH
|
||||||
|
|
||||||
|
#include <config.h>
|
||||||
|
+#include <string.h>
|
||||||
|
|
||||||
|
#include <string>
|
||||||
|
//______________________________________________________________________
|
14
srcpkgs/jigdo/template
Normal file
14
srcpkgs/jigdo/template
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
# Template file for 'jigdo'
|
||||||
|
pkgname=jigdo
|
||||||
|
version=0.7.3
|
||||||
|
revision=1
|
||||||
|
build_style=gnu-configure
|
||||||
|
configure_args="--without-libdb"
|
||||||
|
makedepends="bzip2-devel zlib-devel"
|
||||||
|
depends="wget"
|
||||||
|
short_desc="Jigsaw Download"
|
||||||
|
maintainer="David <kalichakra@zoho.com>"
|
||||||
|
license="GPL-2"
|
||||||
|
homepage="http://atterer.org/jigdo/"
|
||||||
|
distfiles="http://atterer.org/sites/atterer/files/2009-08/${pkgname}/${pkgname}-${version}.tar.bz2"
|
||||||
|
checksum="875c069abad67ce67d032a9479228acdb37c8162236c0e768369505f264827f0"
|
Loading…
Reference in a new issue