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
486 B

import 'compile/python'
name=zim
7 years ago
version=0.67
update_url='http://zim-wiki.org/downloads/'
dlextract "http://zim-wiki.org/downloads/$name-$version.tar.gz" \
7 years ago
'e87975727f1166c723912c949bea51f2'
header_end
cd "$name-$version"
# Fix paths
safe_datadir="$(safe_sed "$dir_datadir")"
sed -i -e "s/share/$safe_datadir/g" \
-e "s/$safe_datadir\/man/$(safe_sed "$dir_mandir")/g" setup.py
compile_python 2 --skip-xdg-cmd
# vim:set tabstop=4 shiftwidth=4 syntax=sh expandtab: