#Maintainer: Juhana 'rexroom' Uuttu pkgname=meld pkgver=1.3.1 pkgrel=1 zenver=62 arch=noarch docs=("authors" "copying" "maintainers" "changelog") url=http://meld.sourceforge.net/ source=("http://ftp.gnome.org/pub/gnome/sources/meld/1.3/meld-$pkgver.tar.bz2") sourcetemplate=http://cthulhu.daug.net/zenwalk/$pkgname/ extradepends=('pygtk' 'gnome-python') #options=('keepdepfile') slackdesc=\ ( #|-----mind-the-gap-----------------------------------------------------| "$pkgname - diff viewer" "Meld is a visual diff and merge tool. You can compare two or three" "files and edit them in place (diffs update dynamically). You can" "compare two or three folders and launch file comparisons. You can" "browse and view a working copy from popular version control systems" "such such as CVS, Subversion, Bazaar-ng and Mercurial." ) build() { cd $startdir/src/$pkgname-$pkgver make prefix=/usr install DESTDIR=$startdir/pkg ### Post-build tweaking rm -rf $startdir/pkg/usr/share/doc echo "*** NOW PACKAGING ***" }