summaryrefslogtreecommitdiff
path: root/extra/ebook-tools
diff options
context:
space:
mode:
authorNicolas Reynolds <fauno@kiwwwi.com.ar>2011-11-30 12:20:28 -0300
committerNicolas Reynolds <fauno@kiwwwi.com.ar>2011-11-30 12:20:28 -0300
commitcbd27aa2c3c49e4d93979e847d8b177a1a4fe324 (patch)
tree2518fdda7fa59c59e691c6de52f830d58545aed4 /extra/ebook-tools
parentc6ead99bc92bd2b6da3e78e9cba5a8a86764de10 (diff)
parent946f0c9fe48dfb648a8a0be065e92f237ce210fd (diff)
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts: community/flashrom/PKGBUILD extra/chmlib/PKGBUILD extra/crypto++/PKGBUILD extra/dvgrab/PKGBUILD extra/ebook-tools/PKGBUILD extra/fping/PKGBUILD extra/garcon/PKGBUILD extra/gpart/PKGBUILD extra/gtk2-perl/PKGBUILD extra/hd2u/PKGBUILD extra/hexedit/PKGBUILD
Diffstat (limited to 'extra/ebook-tools')
-rw-r--r--extra/ebook-tools/PKGBUILD10
1 files changed, 6 insertions, 4 deletions
diff --git a/extra/ebook-tools/PKGBUILD b/extra/ebook-tools/PKGBUILD
index 10f851255..f92060fe9 100644
--- a/extra/ebook-tools/PKGBUILD
+++ b/extra/ebook-tools/PKGBUILD
@@ -1,20 +1,21 @@
-# $Id: PKGBUILD 122449 2011-05-04 07:27:45Z andrea $
+# $Id: PKGBUILD 143766 2011-11-29 01:07:45Z giovanni $
# Maintainer: Giovanni Scafora <giovanni@archlinux.org>
pkgname=ebook-tools
pkgver=0.2.1
-pkgrel=2
+pkgrel=4
pkgdesc="Tools for accessing and converting various ebook file formats"
arch=('i686' 'x86_64' 'mips64el')
-url="http://sourceforge.net/projects/ebook-tools"
+url="http://sourceforge.net/projects/ebook-tools/"
license=('custom')
-depends=('libzip' 'libxml2')
+depends=('libzip' 'libxml2' 'convertlit')
makedepends=('pkgconfig' 'cmake')
source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz")
md5sums=('cabbd2ef9148a61ca5f6e60ca63e6045')
build() {
cd "${srcdir}"
+
mkdir build
cd build
CXX="g++" \
@@ -26,6 +27,7 @@ build() {
package() {
cd "${srcdir}/build"
+
make DESTDIR="${pkgdir}" install
install -Dm644 ${srcdir}/${pkgname}-${pkgver}/LICENSE \