1a06b0d5d7
```sh git grep -l '^patch_args=-Np0' "srcpkgs/$1*/template" | while read template; do for p in ${template%/template}/patches/*; do sed -i ' \,^[+-][+-][+-] /dev/null,b /^[*-]\+ [0-9]\+\(,[0-9]\+\)\? [*-]\+$/b s,^[*][*][*] ,&a/, /^--- /{ s,\(^--- \)\(./\)*,\1a/, s,[.][Oo][Rr][Ii][Gg]\([ /]\),\1, s/[.][Oo][Rr][Ii][Gg]$// s/[.]patched[.]\([^.]\)/.\1/ h } /^+++ -/{ g s/^--- a/+++ b/ b } s,\(^+++ \)\(./\)*,\1b/, ' "$p" done sed -i '/^patch_args=/d' $template done ```
14 lines
477 B
Bash
14 lines
477 B
Bash
# Template file for 'jigdo'
|
|
pkgname=jigdo
|
|
version=0.7.3
|
|
revision=2
|
|
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"
|