diff options
author | root <root@rshg054.dnsready.net> | 2013-08-11 01:21:34 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-08-11 01:21:34 -0700 |
commit | 18a41d682d6e91e0d28fce23eb75292f477bd620 (patch) | |
tree | bce8f660d7d0b6541cadbc49bf1bac2434e4c0c6 /community/sqliteman/PKGBUILD | |
parent | 0ade1da67addf154d93c6a6399b0a3d5a18a3336 (diff) |
Sun Aug 11 01:21:31 PDT 2013
Diffstat (limited to 'community/sqliteman/PKGBUILD')
-rw-r--r-- | community/sqliteman/PKGBUILD | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/community/sqliteman/PKGBUILD b/community/sqliteman/PKGBUILD deleted file mode 100644 index 10a21ffba..000000000 --- a/community/sqliteman/PKGBUILD +++ /dev/null @@ -1,32 +0,0 @@ -# $Id: PKGBUILD 81006 2012-12-09 15:39:03Z andrea $ -# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> -# Contributor: Geoffroy Carrier <geoffroy@archlinux.org> -# Contributor: Roman Porizka <artee@beer.cz> -# Contributor: Daniel J Griffiths <ghost1227@archlinux.us> - -pkgname=sqliteman -pkgver=1.2.2 -pkgrel=6 -pkgdesc="The best developer's and/or admin's GUI tool for Sqlite3 in the world" -arch=('i686' 'x86_64') -url="http://sqliteman.com/" -license=('GPL') -depends=('qscintilla') -makedepends=('cmake') -install=sqliteman.install -source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz") -md5sums=('5ecdf710e23606e1b924f740ea69306d') - -build() { - mkdir build - cd build - cmake ../${pkgname}-${pkgver} \ - -DCMAKE_INSTALL_PREFIX=/usr \ - -DCMAKE_BUILD_TYPE=Release - make -} - -package() { - cd build - make DESTDIR="${pkgdir}" install -} |