Magellan Linux

Annotation of /trunk/todo/pwmanager/pwmanager-1.2.4-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2530 - (hide annotations) (download)
Thu Jul 9 20:27:17 2009 UTC (14 years, 11 months ago) by niro
File size: 775 byte(s)
-moved to 'todo'
1 niro 2 # $Header: /magellan-cvs/smage/pwmanager/pwmanager-1.2.4-r2.smage2,v 1.3 2008/02/07 14:23:52 niro Exp $
2    
3     PNAME="pwmanager"
4     PVER="1.2.4"
5     PBUILD="r2"
6    
7     PCATEGORIE="app-admin"
8     STATE="testing"
9    
10     DESCRIPTION="Passwort-manager for kde-environment."
11     HOMEPAGE="http://passwordmanager.sourceforge.net/"
12    
13     DEPEND=">= kde-base/kdeutils-3
14     >= app-arch/bzip2-1.0.2
15     >= dev-libs/libxml2-2.6.6
16     >= sys-libs/libchipcard-0.9.1"
17    
18     SRCFILE="${PNAME}-${PVER}.tar.bz2"
19     SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
20    
21     sminclude kde3
22    
23     SRC_URI=(
24     sourceforge://passwordmanager/${SRCFILE}
25     mirror://${PNAME}/${SRCFILE}
26     )
27    
28     src_compile()
29     {
30     cd ${SRCDIR}
31    
32     kde3_configure \
33     --infodir=/usr/share/info \
34     --mandir=/usr/share/man \
35     --disable-kwallet \
36     --enable-pwmanager-libchipcard1 \
37     || die
38    
39     mmake || die
40     }

Properties

Name Value
svn:keywords Id