Magellan Linux

Annotation of /trunk/extras/sqlitebrowser/sqlitebrowser-1.3-r3.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: 836 byte(s)
import repo
1 niro 2 # $Header: /magellan-cvs/smage/sqlitebrowser/sqlitebrowser-1.3-r2.smage2,v 1.4 2008/02/07 14:23:54 niro Exp $
2    
3     PNAME="sqlitebrowser"
4     PVER="1.3"
5     PBUILD="r3"
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=">= x11-libs/qt-3
14     >= dev-db/sqlite-3"
15    
16     SRCFILE="${PNAME}-${PVER}-src.tar.gz"
17     SRCDIR="${BUILDDIR}/${PNAME}"
18    
19     sminclude mbuild mtools xdg
20    
21     SRC_URI=(
22     sourceforge://${PNAME}/${SRCFILE}
23     mirror://${PNAME}/${SRCFILE}
24     )
25    
26     src_compile()
27     {
28     cd ${SRCDIR}
29     qmake || die
30     mmake all || die
31     }
32    
33     src_install()
34     {
35     cd ${SRCDIR}
36    
37     minstallexec ${PNAME}/${PNAME} || die
38     minstallpixmap ${PNAME}/images/icone16.png ${PNAME}.png || die
39     minstall_desktop_icon --categories Development || die
40     }

Properties

Name Value
svn:keywords Id