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.

26 lines
757 B

import 'misc/debian'
name=xautolock
orig_version=2.2
version=$orig_version-5.1
update_url="http://http.debian.net/debian/pool/main/x/$name/"
dlextract "https://www.ibiblio.org/pub/Linux/X11/screensavers/$name-$orig_version.tgz" \
'9526347a202694ad235d731d9d3de91f'
download "http://http.debian.net/debian/pool/main/x/$name/${name}_$version.debian.tar.xz" \
'd3d2fefe3345fa380f4e3331b9f13ba3'
header_end
cd "$name-$orig_version"
extract "${name}_$version.debian.tar.xz"
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: