36 lines
1.0 KiB
Bash
36 lines
1.0 KiB
Bash
|
# Template file for 'xnec2c'
|
||
|
pkgname=xnec2c
|
||
|
version=3.4
|
||
|
revision=1
|
||
|
build_style=gnu-configure
|
||
|
hostmakedepends="automake libtool gettext-devel intltool pkg-config glib-devel"
|
||
|
makedepends="gtk+-devel"
|
||
|
depends="libGL"
|
||
|
short_desc="GTK2 application for Numerical Electromagnetics Code generation"
|
||
|
maintainer="Jürgen Buchmüller <pullmoll@t-online.de>"
|
||
|
license="GPL-2"
|
||
|
homepage="http://www.qsl.net/5b4az/pkg/nec2/xnec2c/doc/xnec2c.html"
|
||
|
distfiles="http://www.qsl.net/5b4az/pkg/nec2/xnec2c/xnec2c-${version}.tar.bz2"
|
||
|
checksum=14fbb27d3deeee59bee61d2da5b1b637b32e1344b3b8d703906ce2e96ae84f0b
|
||
|
|
||
|
pre_configure() {
|
||
|
NOCONFIGURE=1 ./autogen.sh
|
||
|
}
|
||
|
post_install() {
|
||
|
local i
|
||
|
vdoc doc/NEC2-bug.txt
|
||
|
vdoc doc/NearFieldCalcs.txt
|
||
|
vdoc doc/nec2c.txt
|
||
|
vdoc doc/xnec2c.html
|
||
|
for i in doc/images/*.png; do
|
||
|
vcopy $i usr/share/doc/xnec2c/images
|
||
|
done
|
||
|
zcat doc/xnec2c.1.gz > xnec2c.1
|
||
|
vman xnec2c.1
|
||
|
vmkdir usr/share/xnec2c
|
||
|
vcopy examples usr/share/xnec2c
|
||
|
|
||
|
vinstall ${FILESDIR}/xnec2c.desktop 644 usr/share/applications
|
||
|
vinstall ${FILESDIR}/xnec2c.png 644 usr/share/pixmaps
|
||
|
}
|