From 946f0c9fe48dfb648a8a0be065e92f237ce210fd Mon Sep 17 00:00:00 2001 From: root Date: Tue, 29 Nov 2011 23:14:46 +0000 Subject: Tue Nov 29 23:14:46 UTC 2011 --- extra/ebook-tools/PKGBUILD | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'extra/ebook-tools') 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 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 \ -- cgit v1.2.3-54-g00ecf