From 97d4f3d88b7ae4201710a25d94eb48f7519fbbc3 Mon Sep 17 00:00:00 2001 From: cr6git Date: Tue, 21 Aug 2018 19:31:31 +0200 Subject: [PATCH] New package: xcircuit-3.9.73 (#2027) --- srcpkgs/xcircuit/template | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 srcpkgs/xcircuit/template diff --git a/srcpkgs/xcircuit/template b/srcpkgs/xcircuit/template new file mode 100644 index 00000000000..0661e76b9f0 --- /dev/null +++ b/srcpkgs/xcircuit/template @@ -0,0 +1,23 @@ +# Template file for 'xcircuit' +pkgname=xcircuit +version=3.9.73 +revision=1 +build_style=gnu-configure +make_build_args="ACLOCAL=aclocal AUTOMAKE=automake" +hostmakedepends="automake pkg-config" +makedepends="cairo-devel libXpm-devel libXt-devel tk-devel" +short_desc="Drawing publishable-quality electrical circuit schematic diagrams" +maintainer="cr6git " +license="GPL-2.0-only" +homepage="http://opencircuitdesign.com/xcircuit/" +distfiles="http://opencircuitdesign.com/xcircuit/archive/xcircuit-${version}.tgz" +checksum=4f0e7c9630775a9624568ccd6e312941e2d6fa46a44f6012a99fde1bbd8249ce + +nocross="https://travis-ci.org/void-linux/void-packages/jobs/418553273#L1197 + https://travis-ci.org/void-linux/void-packages/jobs/418553274#L1184" + +post_install() { + vmkdir usr/share/man/man1 + mv ${DESTDIR}/usr/lib/xcircuit-${version%.*}/man/* ${DESTDIR}/usr/share/man/man1/ + rm -rf ${DESTDIR}/usr/lib/xcircuit-${version%.*}/man +}