diff options
author | root <root@rshg054.dnsready.net> | 2011-11-29 23:14:46 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2011-11-29 23:14:46 +0000 |
commit | 946f0c9fe48dfb648a8a0be065e92f237ce210fd (patch) | |
tree | 13387ae15c5ab9a50acdaa6ab02a076319c19047 /extra/ebook-tools/PKGBUILD | |
parent | 83c3c42a38bda36bdc56d594318958bc4cfd9b32 (diff) |
Tue Nov 29 23:14:46 UTC 2011
Diffstat (limited to 'extra/ebook-tools/PKGBUILD')
-rw-r--r-- | extra/ebook-tools/PKGBUILD | 10 |
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 \ |