New package: libcdr-0.1.0

This commit is contained in:
Enno Boland 2014-09-29 23:22:55 +02:00
parent 0efa28196a
commit 573eff5843
4 changed files with 34 additions and 0 deletions

View File

@ -1768,3 +1768,4 @@ librevenge-generators-0.0.so.0 librevenge-0.0.1_1
librevenge-stream-0.0.so.0 librevenge-0.0.1_1
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

1
srcpkgs/libcdr-devel Symbolic link
View File

@ -0,0 +1 @@
libcdr

1
srcpkgs/libcdr-tools Symbolic link
View File

@ -0,0 +1 @@
libcdr

31
srcpkgs/libcdr/template Normal file
View File

@ -0,0 +1,31 @@
# Template file for 'libcdr'
pkgname=libcdr
version=0.1.0
revision=1
build_style=gnu-configure
short_desc="Corel Draw file format importer library"
maintainer="Enno Boland <eb@s01.de>"
license="LGPL/MPL"
makedepends="boost-devel lcms2-devel icu-devel librevenge-devel"
hostmakedepends="pkg-config"
homepage="https://wiki.documentfoundation.org/DLP/Libraries/libcdr"
distfiles="http://dev-www.libreoffice.org/src/${pkgname}-${version}.tar.bz2"
checksum=ef6c180db88e7024f91a949dd41aeafde0e074008c259ba4c1f8c3eefda48fd0
configure_args="--enable-debug"
libcdr-devel_package() {
depends="libcdr>=${version}_${revision} $makedepends"
short_desc+=" - development files"
pkg_install() {
vmove usr/include
vmove usr/lib/pkgconfig
vmove "usr/lib/*.so"
}
}
libcdr-tools_package() {
short_desc+=" - development files"
pkg_install() {
vmove usr/bin
}
}