#Maintainer: Markus Muttilainen (stillborn) pkgname=diffuse pkgver=0.4.3 pkgrel=1 zenver=66 arch=i486 source=("http://downloads.sourceforge.net/$pkgname-$pkgver.tar.bz2") sourcetemplate=http://zenwalk.pinguix.com/user-accounts/stillborn/$pkgname docs=("readme" "install" "copying" "copying.gpl" "thanks" "changelog" "authors" "news" "todo") url="http://diffuse.sourceforge.net/" slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "$pkgname - A graphical tool for merging and comparing text files" "Diffuse is a small and simple text merge tool written in Python." "With Diffuse you can easily merge, edit, review changes to your code." "Diffuse is free software." ) build() { cd $startdir/src/$pkgname-$pkgver sed -i '257,$ d' install.py python install.py --prefix=/usr --destdir="$startdir/pkg" || exit 1 }