Magellan Linux

Annotation of /trunk/extras/umtsmon/umtsmon-0.9-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1649 - (hide annotations) (download)
Tue May 12 21:53:41 2009 UTC (15 years ago) by niro
File size: 917 byte(s)
auto added: ver bump to 0.9-r1
1 niro 1649 # $Id$
2    
3     PNAME="umtsmon"
4     PVER="0.9"
5     PBUILD="r1"
6    
7     PCATEGORIE="net-dialup"
8     STATE="unstable"
9    
10     DESCRIPTION="UMTSmon is a tool to control a wireless mobile network card (GPRS, EDGE, WCDMA, UMTS, HSDPA)."
11     HOMEPAGE="http://umtsmon.sourceforge.net/"
12    
13     DEPEND=">= x11-libs/qt-3.3
14     >= dev-libs/libusb-0.1.12
15     >= net-dialup/ppp-2.4"
16    
17     SRCFILE="${PNAME}-${PVER}.src.tar.gz"
18     SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
19    
20     sminclude mbuild mtools xdg
21    
22     SRC_URI=(
23     sourceforge://${PNAME}/${SRCFILE}
24     mirror://${PNAME}/${SRCFILE}
25     )
26    
27     src_compile()
28     {
29     cd ${SRCDIR}
30    
31     qmake || die
32     mmake || die
33    
34     # generate i18n language packs
35     lrelease umtsmon.pro || die
36     }
37    
38     src_install()
39     {
40     cd ${SRCDIR}
41    
42     minstallexec umtsmon || die
43    
44     minstallpixmap images/128/umtsmon-128x128.png || die
45     minstallxdg umtsmon.desktop || die
46    
47     minstalldir /usr/share/umtsmon/translations || die
48     minstallfile i18n/\*.qm || die
49    
50     minstalldocs AUTHORS COPYING README TODO || die
51     }

Properties

Name Value
svn:keywords Id