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')"
29 lines
875 B
Bash
29 lines
875 B
Bash
# Template file for 'ngspice'
|
|
pkgname=ngspice
|
|
version=33
|
|
revision=1
|
|
build_style=gnu-configure
|
|
configure_args="--with-readline=yes --with-ngshared --enable-xspice --enable-cider"
|
|
hostmakedepends="bison byacc"
|
|
makedepends="readline-devel libX11-devel libXaw-devel"
|
|
short_desc="Mixed Mode Mixed Level Circuit Simulator based on Spice3F5"
|
|
maintainer="Toyam Cox <Vaelatern@voidlinux.org>"
|
|
license="BSD-3-Clause"
|
|
homepage="http://ngspice.sourceforge.net"
|
|
distfiles="${SOURCEFORGE_SITE}/ngspice/ng-spice-rework/${version}/${pkgname}-${version}.tar.gz"
|
|
checksum=b99db66cc1c57c44e9af1ef6ccb1dcbc8ae1df3e35acf570af578f606f8541f1
|
|
patch_args=-Np0
|
|
|
|
post_install() {
|
|
vlicense COPYING
|
|
}
|
|
|
|
ngspice-devel_package() {
|
|
short_desc+=" - development files"
|
|
depends="${sourcepkg}>=${version}_${revision}"
|
|
pkg_install() {
|
|
vmove usr/include
|
|
vmove "usr/lib/*.so"
|
|
vmove usr/lib/pkgconfig
|
|
}
|
|
}
|