# $Header: /magellan-cvs/smage/sqlitebrowser/sqlitebrowser-1.3-r2.smage2,v 1.4 2008/02/07 14:23:54 niro Exp $ PNAME="sqlitebrowser" PVER="1.3" PBUILD="r3" PCATEGORIE="dev-db" STATE="unstable" DESCRIPTION="SQLite Database browser is a light GUI editor for SQLite databases, built on top of QT3." HOMEPAGE="http://sourceforge.net/projects/sqlitebrowser/" DEPEND=">= x11-libs/qt-3 >= dev-db/sqlite-3" SRCFILE="${PNAME}-${PVER}-src.tar.gz" SRCDIR="${BUILDDIR}/${PNAME}" sminclude mbuild mtools xdg SRC_URI=( sourceforge://${PNAME}/${SRCFILE} mirror://${PNAME}/${SRCFILE} ) src_compile() { cd ${SRCDIR} qmake || die mmake all || die } src_install() { cd ${SRCDIR} minstallexec ${PNAME}/${PNAME} || die minstallpixmap ${PNAME}/images/icone16.png ${PNAME}.png || die minstall_desktop_icon --categories Development || die }