vokoscreen: change to build_style=qmake

This commit is contained in:
Andrea Brancaleoni 2015-08-23 18:37:10 +02:00
parent 8a235e019b
commit 7c04946f36
1 changed files with 2 additions and 11 deletions

View File

@ -1,7 +1,8 @@
# Template file for 'vokoscreen'
pkgname=vokoscreen
version=2.4.0
revision=1
revision=2
build_style=qmake
hostmakedepends="pkg-config qt-qmake"
makedepends="qt-devel alsa-lib-devel libX11-devel v4l-utils-devel"
depends="ffmpeg"
@ -11,13 +12,3 @@ license="GPL-2"
homepage="http://linuxecke.volkoh.de/vokoscreen/vokoscreen.html"
distfiles="https://github.com/vkohaupt/vokoscreen/archive/${version}.tar.gz"
checksum=511c0db41a22670335203857783b786ab01fbe9f897470b32b07cc56d47194d6
do_configure() {
qmake QMAKE_CFLAGS="${CFLAGS}" QMAKE_CXXFLAGS="${CXXFLAGS}" QMAKE_LFLAGS="${LDFLAGS}" QMAKE_STRIP=""
}
do_build() {
make ${makejobs}
}
do_install() {
make INSTALL_ROOT=${DESTDIR} install
}