From 415856bdd4f48ab4f2732996f0bae58595092bbe Mon Sep 17 00:00:00 2001 From: Parabola Date: Tue, 5 Apr 2011 14:26:38 +0000 Subject: Tue Apr 5 14:26:38 UTC 2011 --- community/sqliteman/PKGBUILD | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 community/sqliteman/PKGBUILD (limited to 'community/sqliteman') diff --git a/community/sqliteman/PKGBUILD b/community/sqliteman/PKGBUILD new file mode 100644 index 000000000..620e86ab8 --- /dev/null +++ b/community/sqliteman/PKGBUILD @@ -0,0 +1,28 @@ +# $Id: PKGBUILD 44071 2011-04-01 22:02:53Z spupykin $ +# Maintainer: Sergej Pupykin +# Contributor: Geoffroy Carrier +# Contributor: Roman Porizka +# Maintainer: Daniel J Griffiths + +pkgname=sqliteman +pkgver=1.2.2 +pkgrel=4 +pkgdesc="The best developer's and/or admin's GUI tool for Sqlite3 in the world" +arch=('i686' 'x86_64') +url="http://sqliteman.sf.net" +license=('GPL') +depends=('qt' 'qscintilla') +makedepends=('cmake') +source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz") +md5sums=('5ecdf710e23606e1b924f740ea69306d') + +build() { + cd ${srcdir}/${pkgname}-${pkgver} + cmake . -DCMAKE_INSTALL_PREFIX:PATH=/usr + make +} + +package() { + cd ${srcdir}/${pkgname}-${pkgver} + make DESTDIR=${pkgdir} install +} -- cgit v1.2.3-54-g00ecf