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.
 
 
 
 
 

13 lines
356 B

name=xautolock
version=2.2
update_url='https://www.ibiblio.org/pub/Linux/X11/screensavers/'
dlextract "https://www.ibiblio.org/pub/Linux/X11/screensavers/$name-$version.tgz" \
'9526347a202694ad235d731d9d3de91f'
header_end
cd "$name-$version"
xmkmf
make DESTDIR="$dir_install" install install.man
# vim:set tabstop=4 shiftwidth=4 syntax=sh et: