2012-12-16 14:57:51 +00:00
|
|
|
# Template file for 'i3lock'
|
|
|
|
pkgname=i3lock
|
2014-07-27 17:50:23 +00:00
|
|
|
version=2.6
|
|
|
|
revision=1
|
|
|
|
build_style=gnu-makefile
|
2014-01-01 15:10:11 +00:00
|
|
|
hostmakedepends="which pkg-config"
|
|
|
|
makedepends="libev-devel cairo-devel pam-devel libxkbcommon-devel
|
2014-07-27 17:50:23 +00:00
|
|
|
xcb-util-devel xcb-util-image-devel"
|
2014-01-01 15:10:11 +00:00
|
|
|
conf_files="/etc/pam.d/i3lock"
|
2012-12-16 14:57:51 +00:00
|
|
|
short_desc="An improved screenlocker based upon XCB and PAM"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
|
|
license="MIT"
|
|
|
|
homepage="http://i3wm.org/i3lock/"
|
|
|
|
distfiles="http://i3wm.org/i3lock/i3lock-${version}.tar.bz2"
|
2014-07-27 17:50:23 +00:00
|
|
|
checksum=c02d899fefc66bc36e47b305251363861400541f3925a21a94c66cee9055402a
|
2012-12-16 14:57:51 +00:00
|
|
|
|
2014-07-27 17:50:23 +00:00
|
|
|
post_install() {
|
|
|
|
vman i3lock.1
|
2012-12-16 14:57:51 +00:00
|
|
|
}
|