mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-16 20:13:52 +02:00
vokoscreen: change to build_style=qmake
This commit is contained in:
parent
8a235e019b
commit
7c04946f36
1 changed files with 2 additions and 11 deletions
|
@ -1,7 +1,8 @@
|
||||||
# Template file for 'vokoscreen'
|
# Template file for 'vokoscreen'
|
||||||
pkgname=vokoscreen
|
pkgname=vokoscreen
|
||||||
version=2.4.0
|
version=2.4.0
|
||||||
revision=1
|
revision=2
|
||||||
|
build_style=qmake
|
||||||
hostmakedepends="pkg-config qt-qmake"
|
hostmakedepends="pkg-config qt-qmake"
|
||||||
makedepends="qt-devel alsa-lib-devel libX11-devel v4l-utils-devel"
|
makedepends="qt-devel alsa-lib-devel libX11-devel v4l-utils-devel"
|
||||||
depends="ffmpeg"
|
depends="ffmpeg"
|
||||||
|
@ -11,13 +12,3 @@ license="GPL-2"
|
||||||
homepage="http://linuxecke.volkoh.de/vokoscreen/vokoscreen.html"
|
homepage="http://linuxecke.volkoh.de/vokoscreen/vokoscreen.html"
|
||||||
distfiles="https://github.com/vkohaupt/vokoscreen/archive/${version}.tar.gz"
|
distfiles="https://github.com/vkohaupt/vokoscreen/archive/${version}.tar.gz"
|
||||||
checksum=511c0db41a22670335203857783b786ab01fbe9f897470b32b07cc56d47194d6
|
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
|
|
||||||
}
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue