Magellan Linux

Contents of /branches/R11-unstable/extras/ebook-tools/ebook-tools-0.2.2-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 25189 - (show annotations) (download)
Tue Nov 25 03:12:02 2014 UTC (9 years, 5 months ago) by niro
File size: 464 byte(s)
-release branches/R11-unstable
1 # $Id$
2
3 PNAME="ebook-tools"
4 PVER="0.2.2"
5 PBUILD="r2"
6
7 PCAT="app-text"
8
9 DESCRIPTION="Tools for accessing and converting various ebook file formats."
10 HOMEPAGE="http://ebook-tools.sourceforge.net/"
11
12 DEPEND=">= dev-libs/libxml2-2.7
13 >= dev-libs/libzip-0.10"
14
15 SRCFILE="${PNAME}-${PVER}.tar.gz"
16 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
17
18 sminclude cmake
19
20 SRC_URI=(
21 sourceforge://${PNAME}/${SRCFILE}
22 mirror://${PNAME}/${SRCFILE}
23 )
24
25 UP2DATE="updatecmd_sourceforge ${PNAME}"