#Maintainer: toothandnail pkgname=medit pkgver=0.10.1 pkgrel=1pm #arch=noarch source=(http://downloads.sourceforge.net/project/mooedit/medit/0.10.1/medit-0.10.1.tar.bz2) sourcetemplate=http://people.salixos.org/toothandnail/$pkgname/$pkgver/ docs=("readme" "install" "copying" "changelog" "authors" "news" "todo") url="http://mooedit.sourceforge.net/" #doinst() { # #} slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "medit (a full-featured GTK editor)" "Medit is a multi-tabbed test editor with support for syntax" "highlighting for many different languages." ) build() { cd $startdir/src/$pkgname-$pkgver cmake -DCMAKE_INSTALL_PREFIX=/usr make || return 1 make install DESTDIR=$startdir/pkg }