7fc9190f0e
* gcc is kept at -Np0, because of void-cross ```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
565 B
Bash
14 lines
565 B
Bash
# Template file for 'gnupod'
|
|
pkgname=gnupod
|
|
version=0.99.8
|
|
revision=4
|
|
build_style=gnu-configure
|
|
hostmakedepends="perl-Digest-SHA1 perl-XML-Parser perl-Unicode-String perl-MP3-Info perl-TimeDate"
|
|
makedepends="${hostmakedepends}"
|
|
depends="${makedepends}"
|
|
short_desc="Command line tools for managing data on iPods"
|
|
maintainer="Evan Deaubl <evan@deaubl.name>"
|
|
license="GPL-3.0-or-later"
|
|
homepage="http://www.gnu.org/software/gnupod/"
|
|
distfiles="${GNU_SITE}/${pkgname}/${pkgname}-${version}.tgz"
|
|
checksum=bd566295a2e14352e6d05f5c816cab36b0e80d3ab36d29c4bbb45c581d3f3c31
|