You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
489 B
21 lines
489 B
import 'misc/debian'
|
|
|
|
name=xautolock
|
|
version=2.2
|
|
|
|
misc_debian_download 5.1 \
|
|
'd3d2fefe3345fa380f4e3331b9f13ba3' \
|
|
'9526347a202694ad235d731d9d3de91f'
|
|
header_end
|
|
|
|
cd "$name-$version"
|
|
misc_debian_patch
|
|
|
|
xmkmf
|
|
make install \
|
|
DESTDIR="$dir_install" \
|
|
CCOPTIONS="$CFLAGS" \
|
|
EXTRA_LDOPTIONS="$LDFLAGS"
|
|
install -Dm644 xautolock.man "$dir_install/$dir_prefix/$dir_mandir/man1/xautolock.1"
|
|
|
|
# vim:set tabstop=4 shiftwidth=4 syntax=sh expandtab:
|
|
|