Magellan Linux

Annotation of /trunk/extras/luma/luma-2.4-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2 - (hide annotations) (download)
Fri Oct 10 13:29:42 2008 UTC (15 years, 8 months ago) by niro
File size: 728 byte(s)
import repo
1 niro 2 # $Header: /magellan-cvs/smage/luma/luma-2.4-r1.smage2,v 1.1 2008/08/18 14:15:37 niro Exp $
2    
3     PNAME="luma"
4     PVER="2.4"
5     PBUILD="r1"
6    
7     PCATEGORIE="net-nds"
8     STATE="unstable"
9    
10     DESCRIPTION="Luma is a graphical utility for accessing and managing data stored on LDAP servers."
11     HOMEPAGE="http://luma.sourceforge.net/"
12    
13     DEPEND=">= dev-python/python-ldap-2.3
14     >= dev-python/pyqt-3
15     >= dev-python/py-smbpasswd-1"
16    
17     SRCFILE="${PNAME}-${PVER}.tar.bz2"
18     SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
19    
20     sminclude mtools
21    
22     SRC_URI=(
23     sourceforge://${PNAME}/${SRCFILE}
24     mirror://${PNAME}/${SRCFILE}
25     )
26    
27     src_prepare()
28     {
29     munpack ${SRCFILE} || die
30     }
31    
32     src_install()
33     {
34     cd $SRCDIR || die
35    
36     minstalldir /usr || die
37     python install.py --prefix=${BINDIR}/usr || die
38     }

Properties

Name Value
svn:keywords Id