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.
19 lines
427 B
19 lines
427 B
import 'compile/python'
|
|
|
|
name=zim
|
|
version=0.68
|
|
|
|
dlextract "http://zim-wiki.org/downloads/$name-$version.tar.gz" \
|
|
'336041a16687abb66fd9f604b98407e8'
|
|
_
|
|
|
|
cd "$name-$version"
|
|
|
|
# Fix paths
|
|
safe_datadir="$(safe_sed "$dir_data")"
|
|
sed -i -e "s/share/$safe_datadir/g" \
|
|
-e "s/$safe_datadir\/man/$(safe_sed "$dir_man")/g" setup.py
|
|
|
|
compile_python 2 --skip-xdg-cmd
|
|
|
|
# vim:set tabstop=4 shiftwidth=4 syntax=sh expandtab:
|
|
|