New package: xnec2c-3.4
This commit is contained in:
parent
5416b96e61
commit
89a7e9366d
|
@ -0,0 +1,11 @@
|
||||||
|
[Desktop Entry]
|
||||||
|
Name=xnec2c
|
||||||
|
GenericName=X NEC-to-C
|
||||||
|
Comment=Convert Numerical Electromagnetics Code to C language
|
||||||
|
Keywords=antenna;converter;
|
||||||
|
Exec=xnec2c
|
||||||
|
Terminal=false
|
||||||
|
Type=Application
|
||||||
|
Icon=xnec2c
|
||||||
|
Categories=GTK;Development;
|
||||||
|
StartupNotify=false
|
Binary file not shown.
After Width: | Height: | Size: 8.5 KiB |
|
@ -0,0 +1,35 @@
|
||||||
|
# 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
|
||||||
|
}
|
Loading…
Reference in New Issue