New package: libetonyek-0.1.1

This commit is contained in:
Enno Boland 2014-09-28 09:13:59 +02:00
parent 5a3b4a5336
commit 98d7fdfa88
4 changed files with 33 additions and 0 deletions

View file

@ -1766,3 +1766,4 @@ libGLEW.so.1.9 glew19-1.9.0_1
librevenge-0.0.so.0 librevenge-0.0.1_1
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

1
srcpkgs/libetonyek-devel Symbolic link
View file

@ -0,0 +1 @@
libetonyek

1
srcpkgs/libetonyek-tools Symbolic link
View file

@ -0,0 +1 @@
libetonyek

View file

@ -0,0 +1,30 @@
# Template file for 'libetonyek'
pkgname=libetonyek
version=0.1.1
revision=1
build_style=gnu-configure
short_desc="Library to interpret and import Apple Keynote presentations"
maintainer="Enno Boland <eb@s01.de>"
license="MPL"
makedepends="libxml2-devel boost-devel libcppunit-devel librevenge-devel"
hostmakedepends="gperf pkg-config"
homepage="http://www.freedesktop.org/wiki/Software/libetonyek/"
distfiles="http://dev-www.libreoffice.org/src/${pkgname}-${version}.tar.bz2"
checksum=716edf726ba3896fe85eea9a75786948d5ddeda63a54c00f3308658cc3bbd9e4
libetonyek-devel_package() {
depends="libetonyek>=${version}_${revision} $makedepends"
short_desc+=" - development files"
pkg_install() {
vmove usr/include
vmove usr/lib/pkgconfig
vmove "usr/lib/*.so"
}
}
libetonyek-tools_package() {
short_desc+=" - development files"
pkg_install() {
vmove usr/bin
}
}