a92d370caa
Generated with: git ls-files 'srcpkgs/**/patches/*' | cut -d/ -f2 | uniq | xargs printf 'srcpkgs/%s/template\n' | xargs grep -L 'patch_args=' | xargs sed -i "$(printf '1,/^$/{/^$/i\\\npatch_args=-Np0\n}\n')"
19 lines
578 B
Bash
19 lines
578 B
Bash
# Template file for 'gdmap'
|
|
pkgname=gdmap
|
|
version=0.8.1
|
|
revision=4
|
|
build_style=gnu-configure
|
|
configure_args="LIBS=-lm"
|
|
hostmakedepends="pkg-config intltool"
|
|
makedepends="gtk+-devel libxml2-devel"
|
|
short_desc="Graphical Disk Map"
|
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
|
license="GPL-2.0-only"
|
|
homepage="http://gdmap.sourceforge.net/"
|
|
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.gz"
|
|
checksum=a200c98004b349443f853bf611e49941403fce46f2335850913f85c710a2285b
|
|
patch_args=-Np0
|
|
|
|
post_patch() {
|
|
vsed -i -e 's/DATADIRNAME=lib/DATADIRNAME=share/' configure
|
|
}
|