Magellan Linux

Annotation of /trunk/extras/kftpgrabber/kftpgrabber-0.8.1-r3.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 4575 - (hide annotations) (download)
Fri Dec 25 17:27:21 2009 UTC (14 years, 6 months ago) by niro
File size: 666 byte(s)
auto added: ver bump to 0.8.1-r3
1 niro 4575 # $Id$
2    
3     PNAME="kftpgrabber"
4     PVER="0.8.1"
5     PBUILD="r3"
6    
7     PCATEGORIE="net-ftp"
8     STATE="unstable"
9    
10     DESCRIPTION="KFTPGrabber is a graphical FTP client for KDE."
11     HOMEPAGE="http://kftpgrabber.sourceforge.net/"
12    
13     DEPEND=">= kde-base/kdebase-3.5
14     >= dev-libs/openssl-0.9.8"
15    
16     SRCFILE="${PNAME}-${PVER/_/-}.tar.bz2"
17     SRCDIR="${BUILDDIR}/${PNAME}-${PVER/_/-}"
18    
19     SRC_URI=(
20     http://www.kftp.org/uploads/files/${SRCFILE}
21     mirror://${PNAME}/${SRCFILE}
22     )
23    
24     sminclude kde3
25    
26     UP2DATE="updatecmd http://www.kftp.org/misc/downloads/ | grep ${PNAME} | sed -n '1 p' | lasttarball"
27    
28     src_compile()
29     {
30     cd ${SRCDIR}
31    
32     # --enable-final is broken
33     kde3_configure --disable-final || die
34     mmake || die
35     }

Properties

Name Value
svn:keywords Id