Magellan Linux

Contents of /branches/magellan-0_10_0/extras/sqlitebrowser/sqlitebrowser-1.3-r3.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3000 - (show annotations) (download)
Mon Oct 5 18:47:41 2009 UTC (14 years, 7 months ago) by niro
File size: 836 byte(s)
created branch 'magellan-0_10_0'
1 # $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