Was supposed to be a linux distribution, now just a collection of build scripts for packages on top of (ideally) any distribution.
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.
 
 
 
 
 

23 lines
589 B

import 'misc/debian'
name=xautolock
version=2.2
misc_debian_download 5.1 \
'd3d2fefe3345fa380f4e3331b9f13ba3' \
'9526347a202694ad235d731d9d3de91f'
extrafile "$name-$orig_version-do-not-restart.patch"
_
cd "$name-$version"
misc_debian_patch
patch -p0 -i "../$name-$orig_version-do-not-restart.patch"
xmkmf
make install \
DESTDIR="$dir_install" \
CCOPTIONS="$CFLAGS" \
EXTRA_LDOPTIONS="$LDFLAGS"
install -Dm644 xautolock.man "$dir_install/$dir_prefix/$dir_man/man1/xautolock.1"
# vim:set tabstop=4 shiftwidth=4 syntax=sh expandtab: