#Maintainer: Paul Marwick (toothandnail) pkgname=medit pkgver=0.10.5 pkgrel=1 zenver=66 arch=i686 source=("http://downloads.sourceforge.net/mooedit/$pkgname-$pkgver.tar.bz2") #sourcetemplate=http://users.zenwalk.org/user-accounts/paul/$pkgname/$pkgver/ sourcetemplate=http://zenwalk.pinguix.com/user-accounts/toothandnail/$pkgname/$pkgver/ docs=("readme" "install" "copying" "copying.gpl" "thanks" "changelog" "authors" "news" "todo") url="http://mooedit.sourcefoge.net/" slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "$pkgname (a GTK text editor)" "medit is a GTK-based text editor which supports syntax highlighting," "plus file-picking. Lightweight and fast, its multiple-tab layout" "allows editing multiple files" ) build() { cd $startdir/src/$pkgname-$pkgver cmake -DCMAKE_INSTALL_PREFIX=/usr make || return 1 make install DESTDIR=$startdir/pkg rm -f $startdir/pkg/usr/share/icons/hicolor/icon-theme.cache }