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')"
24 lines
702 B
Bash
24 lines
702 B
Bash
# Template file for 'xfig'
|
|
pkgname=xfig
|
|
version=3.2.8a
|
|
revision=1
|
|
build_style="gnu-configure"
|
|
hostmakedepends="fig2dev ghostscript netpbm"
|
|
makedepends="libXaw-devel libXaw3d-devel libXi-devel libXmu-devel libXpm-devel
|
|
libXt-devel libjpeg-turbo-devel libpng-devel"
|
|
depends="gsfonts fig2dev"
|
|
short_desc="An interactive drawing tool"
|
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
|
license="MIT-like"
|
|
homepage="http://mcj.sourceforge.net/"
|
|
distfiles="${SOURCEFORGE_SITE}/mcj/${pkgname}-${version}.tar.xz"
|
|
checksum=ba43c0ea85b230d3efa5a951a3239e206d0b033d044c590a56208f875f888578
|
|
patch_args=-Np0
|
|
|
|
post_extract() {
|
|
sed -i 's/spell/aspell/' app-defaults/Fig.in
|
|
}
|
|
|
|
post_install() {
|
|
vlicense HACKING LICENSE
|
|
}
|