Magellan Linux

Annotation of /trunk/todo/kftpgrabber/kftpgrabber-0.8.1-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2402 - (hide annotations) (download)
Thu Jul 9 19:51:38 2009 UTC (14 years, 11 months ago) by niro
File size: 665 byte(s)
-moved to 'todo'
1 niro 2 # $Header: /magellan-cvs/smage/kftpgrabber/kftpgrabber-0.8.1-r2.smage2,v 1.2 2008/04/06 18:26:16 niro Exp $
2    
3     PNAME="kftpgrabber"
4     PVER="0.8.1"
5     PBUILD="r2"
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     src_compile()
27     {
28     cd ${SRCDIR}
29    
30     # --enable-final is broken
31     kde3_configure --disable-final || die
32     mmake || die
33     }

Properties

Name Value
svn:keywords Id