Magellan Linux

Annotation of /trunk/extras/ebook-tools/ebook-tools-0.1.1-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 4906 - (hide annotations) (download)
Sun Feb 14 11:48:01 2010 UTC (14 years, 3 months ago) by niro
File size: 642 byte(s)
auto added: ver bump to 0.1.1-r1
1 niro 4905 # $Id$
2    
3     PNAME="ebook-tools"
4     PVER="0.1.1"
5     PBUILD="r1"
6    
7     PCATEGORIE="app-text"
8     STATE="unstable"
9    
10     DESCRIPTION="Tools for accessing and converting various ebook file formats."
11 niro 4906 HOMEPAGE="http://ebook-tools.sourceforge.net/"
12 niro 4905
13     DEPEND=">= dev-libs/libxml2-2.7
14     >= dev-libs/libzip-0.9"
15    
16     SRCFILE="${PNAME}-${PVER}.tar.gz"
17     SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
18    
19     sminclude cmake
20    
21     SRC_URI=(
22 niro 4906 sourceforge://${PNAME}/${SRCFILE}
23 niro 4905 mirror://${PNAME}/${SRCFILE}
24     )
25    
26     UP2DATE="updatecmd_freedesktop ${PNAME} gz"
27    
28     src_prepare()
29     {
30     munpack ${SRCFILE} || die
31     cd ${SRCDIR}
32    
33     # fix libdir
34     sed -i "/TARGETS epub/ s:lib:$(mlibdir):g" src/libepub/CMakeLists.txt || die
35     }

Properties

Name Value
svn:keywords Id