mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 00:42:58 +02:00
i3lock: unbreak build.
This commit is contained in:
parent
8f6244be94
commit
098638c7d5
1 changed files with 5 additions and 2 deletions
|
@ -2,7 +2,6 @@
|
||||||
pkgname=i3lock
|
pkgname=i3lock
|
||||||
version=2.6
|
version=2.6
|
||||||
revision=2
|
revision=2
|
||||||
build_style=gnu-makefile
|
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
makedepends="libev-devel cairo-devel pam-devel libxkbcommon-devel
|
makedepends="libev-devel cairo-devel pam-devel libxkbcommon-devel
|
||||||
xcb-util-devel xcb-util-image-devel"
|
xcb-util-devel xcb-util-image-devel"
|
||||||
|
@ -14,6 +13,10 @@ homepage="http://i3wm.org/i3lock/"
|
||||||
distfiles="http://i3wm.org/i3lock/i3lock-${version}.tar.bz2"
|
distfiles="http://i3wm.org/i3lock/i3lock-${version}.tar.bz2"
|
||||||
checksum=c02d899fefc66bc36e47b305251363861400541f3925a21a94c66cee9055402a
|
checksum=c02d899fefc66bc36e47b305251363861400541f3925a21a94c66cee9055402a
|
||||||
|
|
||||||
post_install() {
|
do_build() {
|
||||||
|
make CC=$CC ${makejobs}
|
||||||
|
}
|
||||||
|
do_install() {
|
||||||
|
make PREFIX=/usr DESTDIR=${DESTDIR} install
|
||||||
vman i3lock.1
|
vman i3lock.1
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue