summaryrefslogtreecommitdiff
path: root/extra/ebook-tools/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'extra/ebook-tools/PKGBUILD')
-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 140b9ca17..812beb3af 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')
-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
cmake ../${pkgname}-${pkgver} \
@@ -25,6 +26,7 @@ build() {
package() {
cd "${srcdir}/build"
+
make DESTDIR="${pkgdir}" install
install -Dm644 ${srcdir}/${pkgname}-${pkgver}/LICENSE \