more on build scripts
This commit is contained in:
parent
a8181729f9
commit
77791e142c
2 changed files with 6 additions and 6 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Maintainer: Martin Brodbeck <martin at brodbeck-online dot de>
|
# Maintainer: Martin Brodbeck <martin at brodbeck-online dot de>
|
||||||
pkgname=kima2
|
pkgname=kima2
|
||||||
pkgver=1.1.0
|
pkgver=1.5.0
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="A small cash point program for children's things markets (German only)"
|
pkgdesc="A small cash point program for children's things markets (German only)"
|
||||||
arch=('i686' 'x86_64')
|
arch=('i686' 'x86_64')
|
||||||
|
@ -9,7 +9,7 @@ license=('custom')
|
||||||
depends=('glibc' 'libusb' 'qt5-base' 'sqlite3' 'xlnt')
|
depends=('glibc' 'libusb' 'qt5-base' 'sqlite3' 'xlnt')
|
||||||
makedepends=('boost>=1.62')
|
makedepends=('boost>=1.62')
|
||||||
source=($pkgname-$pkgver.tar.gz)
|
source=($pkgname-$pkgver.tar.gz)
|
||||||
md5sums=('')
|
md5sums=('c0e6a64b5037675edce4ba8bc4639bd3')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
if [ ! -d $pkgname/build ]; then
|
if [ ! -d $pkgname/build ]; then
|
||||||
|
@ -17,7 +17,7 @@ build() {
|
||||||
fi
|
fi
|
||||||
cd $pkgname/build
|
cd $pkgname/build
|
||||||
|
|
||||||
cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr -DKIMA2_USE_EXTERNAL_JSON=ON ..
|
cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr -DKIMA2_USE_EXTERNAL_JSON=OFF ..
|
||||||
make
|
make
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
boost = dependency('boost', modules :['date_time'])
|
boost = dependency('boost', modules: ['date_time'], static: true)
|
||||||
xlnt = dependency('xlnt')
|
xlnt = dependency('xlnt')
|
||||||
sqlite = dependency('sqlite3')
|
sqlite = dependency('sqlite3')
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue