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.
14 lines
363 B
14 lines
363 B
8 years ago
|
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
|
||
|
|
||
8 years ago
|
# vim:set tabstop=4 shiftwidth=4 syntax=sh expandtab:
|