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 ```
18 lines
596 B
Bash
18 lines
596 B
Bash
# Template file for 'gkrellm'
|
|
pkgname=gkrellm
|
|
version=2.3.11
|
|
revision=3
|
|
build_style=gnu-makefile
|
|
hostmakedepends="pkg-config gettext which"
|
|
makedepends="openssl-devel libSM-devel gtk+-devel libsensors-devel"
|
|
short_desc="GTK2 based system monitor"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="GPL-3.0.or-later"
|
|
homepage="http://gkrellm.srcbox.net"
|
|
distfiles="${homepage}/releases/gkrellm-${version}.tar.bz2"
|
|
checksum=1ee0643ed9ed99f88c1504c89d9ccb20780cf29319c904b68e80a8e7c8678c06
|
|
|
|
do_install() {
|
|
make PREFIX=/usr DESTDIR=${DESTDIR} STRIP= install
|
|
rm -r ${DESTDIR}/usr/{include,lib}
|
|
}
|