From 1b5e319140098cfeaf818831c0e1ded5a67c5a91 Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Thu, 2 Oct 2014 22:16:11 +0200 Subject: [PATCH] New package: libvisio-0.1.0 --- common/shlibs | 1 + srcpkgs/libvisio-devel | 1 + srcpkgs/libvisio-tools | 1 + srcpkgs/libvisio/template | 30 ++++++++++++++++++++++++++++++ 4 files changed, 33 insertions(+) create mode 120000 srcpkgs/libvisio-devel create mode 120000 srcpkgs/libvisio-tools create mode 100644 srcpkgs/libvisio/template diff --git a/common/shlibs b/common/shlibs index 7821bf4127..63e8c1d30a 100644 --- a/common/shlibs +++ b/common/shlibs @@ -1770,3 +1770,4 @@ libetonyek-0.1.so.1 libetonyek-0.1.1_1 libodfgen-0.1.so.1 libodfgen-0.1.1_1 libcdr-0.1.so.1 libcdr-0.1.0_1 libmspub-0.1.so.1 libmspub-0.1.1_1 +libvisio-0.1.so.1 libvisio-0.1.0_1 diff --git a/srcpkgs/libvisio-devel b/srcpkgs/libvisio-devel new file mode 120000 index 0000000000..e1c404384e --- /dev/null +++ b/srcpkgs/libvisio-devel @@ -0,0 +1 @@ +libvisio \ No newline at end of file diff --git a/srcpkgs/libvisio-tools b/srcpkgs/libvisio-tools new file mode 120000 index 0000000000..e1c404384e --- /dev/null +++ b/srcpkgs/libvisio-tools @@ -0,0 +1 @@ +libvisio \ No newline at end of file diff --git a/srcpkgs/libvisio/template b/srcpkgs/libvisio/template new file mode 100644 index 0000000000..9e9f04c2c6 --- /dev/null +++ b/srcpkgs/libvisio/template @@ -0,0 +1,30 @@ +# Template file for 'libvisio' +pkgname=libvisio +version=0.1.0 +revision=1 +build_style=gnu-configure +hostmakedepends="gperf pkg-config perl" +makedepends="boost-devel librevenge-devel libxml2-devel icu-devel" +short_desc="Library for reading and converting MS Visio diagrams" +maintainer="Enno Boland " +license="GPL-3" +homepage="http://cgit.freedesktop.org/libreoffice/libvisio/commit/" +distfiles="http://dev-www.libreoffice.org/src/${pkgname}-${version}.tar.bz2" +checksum=12383fcf39098ed0685a595d43e466dbc6222ee289e6f4e5e006e232973debee + +libvisio-devel_package() { + depends="libvisio>=${version}_${revision} $makedepends" + short_desc+=" - development files" + pkg_install() { + vmove usr/include + vmove usr/lib/pkgconfig + vmove "usr/lib/*.so" + } +} + +libvisio-tools_package() { + short_desc+=" - tools" + pkg_install() { + vmove usr/bin + } +}