summaryrefslogtreecommitdiffstats
path: root/sqliteman/Pkgfile
blob: 77efc8a1e366975007388bde5f8ec5f3b0e170d9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Description: Interface graphique pour le moteur de base de données sqlite
# URL: http://sqliteman.sf.net
# Maintainer: petr at scribus dot info, kamil_les at tlen dot pl
# Packager: tnut at nutyx dot com
# Depends on: cmake,qscintilla
# Run on: qscintilla

name=sqliteman
version=1.2.2
release=1
source=("http://downloads.sourceforge.net/$name/$name-$version.tar.gz")
build() {
	mkdir  build
	cd build
	cmake ../$name-$version -DCMAKE_INSTALL_PREFIX=/usr\
	-DCMAKE_BUILD_TYPE=Release
	make
	make DESTDIR=$PKG install
}