New package: ebook-tools-0.2.2
This commit is contained in:
parent
059fa86ab9
commit
34d1506c15
|
@ -2307,3 +2307,4 @@ libhdf5_hl.so.10 hdf5-1.8.16_1
|
|||
libhdf5.so.10 hdf5-1.8.16_1
|
||||
libcryptmount.so.0 libpam-mount-2.15_1
|
||||
libglob.so.0 libglob-1.0_1
|
||||
libepub.so.0 ebook-tools-0.2.2_1
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
ebook-tools
|
|
@ -0,0 +1,26 @@
|
|||
# Template file for 'ebook-tools'
|
||||
pkgname=ebook-tools
|
||||
version=0.2.2
|
||||
revision=1
|
||||
build_style=cmake
|
||||
hostmakedepends="cmake"
|
||||
makedepends="libxml2-devel libzip-devel"
|
||||
short_desc="Tools for accessing and converting various ebook file formats"
|
||||
maintainer="Diogo Leal <diogo@diogoleal.com>"
|
||||
license="MIT"
|
||||
homepage="http://sourceforge.net/projects/ebook-tools/"
|
||||
distfiles="${SOURCEFORGE_SITE}/project/ebook-tools/ebook-tools/${version}/ebook-tools-${version}.tar.gz"
|
||||
checksum=cbc35996e911144fa62925366ad6a6212d6af2588f1e39075954973bbee627ae
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
}
|
||||
|
||||
ebook-tools-devel_package() {
|
||||
short_desc+=" - development files"
|
||||
depends="${sourcepkg}>=${version}_${revision}"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
vmove usr/lib/*.so
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue