New package: libe-book-0.1.2
This commit is contained in:
parent
1bc8735102
commit
b2866307b4
|
@ -2358,3 +2358,4 @@ libglyphy.so.0 glyphy-0.0.20160104_1
|
|||
libpodofo.so.0.9.3 podofo-0.9.3_1
|
||||
libSwiften.so.0 swiften-2.0_1
|
||||
libfreehand-0.1.so.1 libfreehand-0.1.1_1
|
||||
libe-book-0.1.so.1 libe-book-0.1.2_1
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
libe-book
|
|
@ -0,0 +1,24 @@
|
|||
# Template file for 'libe-book'
|
||||
pkgname=libe-book
|
||||
version=0.1.2
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="gperf doxygen pkg-config"
|
||||
makedepends="boost-devel icu-devel libcppunit-devel libxml2-devel librevenge-devel"
|
||||
short_desc="Import reflowable e-book formats"
|
||||
maintainer="Jürgen Buchmüller <pullmoll@t-online.de>"
|
||||
license="LGPL-2.1 MPL"
|
||||
homepage="http://sourceforge.net/projects/libebook/"
|
||||
distfiles="${SOURCEFORGE_SITE}/project/libebook/${pkgname}-${version}/${pkgname}-${version}.tar.xz"
|
||||
checksum=7f894b1538b71c6cd96c976069c4dadb38b623612f0e35b2f6ee8a2c46bb88ec
|
||||
|
||||
libe-book-devel_package() {
|
||||
short_desc+=" - development files"
|
||||
depends="${sourcepkg}>=${version}_${revision}"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
vmove usr/lib/pkgconfig
|
||||
vmove usr/lib/*.so
|
||||
vmove usr/share/doc
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue