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.

21 lines
648 B

name=profile-sync-daemon
version=6.33
dlextract "https://github.com/graysky2/$name/archive/v$version/$name-$version.tar.gz" \
'ac6e29dffbb533583d8455ed7272d349'
extrafile "$name-6.31-fix-filenames-with-spaces.patch"
_
cd "$name-$version"
patch -p0 -i "../$name-6.31-fix-filenames-with-spaces.patch"
make install-bin install-man COMPRESS_MAN=0 \
DESTDIR="$dir_install" \
PREFIX="/$dir_prefix" \
BINDIR="/$dir_prefix/$dir_bin" \
SHAREDIR="/$dir_prefix/$dir_data/psd" \
MANDIR="/$dir_prefix/$dir_man/man1" \
ZSHDIR="/$dir_prefix/$dir_data/zsh/site-functions"
# vim:set tabstop=4 shiftwidth=4 syntax=sh expandtab: