New package: libvisio-0.1.0
This commit is contained in:
parent
8287bb964e
commit
1b5e319140
@ -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
|
||||
|
1
srcpkgs/libvisio-devel
Symbolic link
1
srcpkgs/libvisio-devel
Symbolic link
@ -0,0 +1 @@
|
||||
libvisio
|
1
srcpkgs/libvisio-tools
Symbolic link
1
srcpkgs/libvisio-tools
Symbolic link
@ -0,0 +1 @@
|
||||
libvisio
|
30
srcpkgs/libvisio/template
Normal file
30
srcpkgs/libvisio/template
Normal file
@ -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 <eb@s01.de>"
|
||||
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
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user