Magellan Linux

Annotation of /trunk/extras/sqlitebrowser/sqlitebrowser-1.3-r4.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3805 - (hide annotations) (download)
Wed Nov 4 10:03:26 2009 UTC (14 years, 10 months ago) by niro
File size: 763 byte(s)
auto added: ver bump to 1.3-r4
1 niro 3805 # $Id
2    
3     PNAME="sqlitebrowser"
4     PVER="1.3"
5     PBUILD="r4"
6    
7     PCATEGORIE="dev-db"
8     STATE="unstable"
9    
10     DESCRIPTION="SQLite Database browser is a light GUI editor for SQLite databases, built on top of QT3."
11     HOMEPAGE="http://sourceforge.net/projects/sqlitebrowser/"
12    
13     DEPEND=">= dev-db/sqlite-3"
14    
15     SRCFILE="${PNAME}-${PVER}-src.tar.gz"
16     SRCDIR="${BUILDDIR}/${PNAME}"
17    
18     sminclude mbuild mtools xdg qt3
19    
20     SRC_URI=(
21     sourceforge://${PNAME}/${SRCFILE}
22     mirror://${PNAME}/${SRCFILE}
23     )
24    
25     UP2DATE="updatecmd_sourceforge ${PNAME}"
26    
27     src_compile()
28     {
29     cd ${SRCDIR}
30     ${QMAKE} || die
31     mmake all || die
32     }
33    
34     src_install()
35     {
36     cd ${SRCDIR}
37    
38     minstallexec ${PNAME}/${PNAME} || die
39     minstallpixmap ${PNAME}/images/icone16.png ${PNAME}.png || die
40     minstall_desktop_icon --categories Development || die
41     }

Properties

Name Value
svn:keywords Id