c6ce65d3d0
```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 ```
21 lines
589 B
Bash
21 lines
589 B
Bash
# Template file for 'bitchx'
|
|
pkgname=bitchx
|
|
version=1.2.1
|
|
revision=17
|
|
build_style=gnu-configure
|
|
configure_args="--with-ssl --with-ipv6 --with-plugins"
|
|
makedepends="openssl-devel ncurses-devel"
|
|
short_desc="Simple IRC client (Internet Relay Chat)"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="BSD-3-Clause"
|
|
homepage="http://bitchx.sourceforge.net/"
|
|
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.gz"
|
|
checksum=2d270500dd42b5e2b191980d584f6587ca8a0dbda26b35ce7fadb519f53c83e2
|
|
|
|
disable_parallel_build=yes
|
|
|
|
CFLAGS="-fcommon"
|
|
|
|
post_install() {
|
|
vlicense COPYRIGHT
|
|
}
|