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.
22 lines
736 B
22 lines
736 B
8 years ago
|
name=profile-sync-daemon
|
||
|
version=6.31
|
||
|
update_url="https://github.com/graysky2/$name/releases"
|
||
|
|
||
|
dlextract "https://github.com/graysky2/$name/archive/v$version.tar.gz" \
|
||
|
'159cabc39972be8d72e760a0025b5cd9'
|
||
|
extrafile 'profile-sync-daemon-6.31-fix-filenames-with-spaces.patch'
|
||
|
header_end
|
||
|
|
||
|
cd "$name-$version"
|
||
|
patch -p1 -i ../profile-sync-daemon-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_bindir" \
|
||
|
SHAREDIR="/$dir_prefix/$dir_datadir/psd" \
|
||
|
MANDIR="/$dir_prefix/$dir_mandir/man1" \
|
||
|
ZSHDIR="/$dir_prefix/$dir_datadir/zsh/site-functions"
|
||
|
|
||
|
# vim:set tabstop=4 shiftwidth=4 syntax=sh expandtab:
|