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.
 
 
 
 
 

20 lines
656 B

name=profile-sync-daemon
version=6.31
dlextract "https://github.com/graysky2/$name/archive/v$version/$name-$version.tar.gz" \
'159cabc39972be8d72e760a0025b5cd9'
extrafile "$name-$version-fix-filenames-with-spaces.patch"
_
cd "$name-$version"
patch -p0 -i "../$name-$version-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: