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.
|
|
|
import 'compile/python'
|
|
|
|
|
|
|
|
name=zim
|
|
|
|
version=0.67-rc2
|
|
|
|
update_url='http://zim-wiki.org/downloads/'
|
|
|
|
|
|
|
|
dlextract "http://zim-wiki.org/downloads/$name-$version.tar.gz" \
|
|
|
|
'066fa4d880d9d4d9c4fe450ef70e756a'
|
|
|
|
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:
|