Magellan Linux

Annotation of /trunk/todo/ebook-tools/ebook-tools-0.2.2-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 27733 - (hide annotations) (download)
Wed Apr 6 09:55:00 2016 UTC (8 years, 1 month ago) by niro
File size: 464 byte(s)
-moved to 'todo'
1 niro 15535 # $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}"