xtrlock: xlint.
This commit is contained in:
parent
680eaf1fbe
commit
d6d15a5acd
1 changed files with 5 additions and 5 deletions
|
@ -7,15 +7,15 @@ short_desc="Minimal X display lock program"
|
|||
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
||||
license="GPL-2"
|
||||
homepage="http://packages.debian.org/xtrlock"
|
||||
distfiles="http://ftp.debian.org/debian/pool/main/x/${pkgname}/${pkgname}_${version}.tar.gz"
|
||||
distfiles="${DEBIAN_SITE}/pool/main/x/${pkgname}/${pkgname}_${version}.tar.gz"
|
||||
checksum=f0acccd39b9beedf1244434045e243cf515ba8653964fe6f3fb9187c640cc3bb
|
||||
|
||||
do_build() {
|
||||
make -f Makefile.noimake CC="${CC}" CFLAGS="${CFLAGS} -DSHADOW_PWD" \
|
||||
LDLIBS="-lX11 -lcrypt" xtrlock
|
||||
make -f Makefile.noimake CC="${CC}" CFLAGS="${CFLAGS} -DSHADOW_PWD" \
|
||||
LDLIBS="-lX11 -lcrypt" xtrlock
|
||||
}
|
||||
|
||||
do_install() {
|
||||
vbin xtrlock
|
||||
vman xtrlock.man xtrlock.1
|
||||
vbin xtrlock
|
||||
vman xtrlock.man xtrlock.1
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue