#Packager: Paul Marwick > #Former Packager(s): Name #Anything commented out is optional and can be deleted. pkgname=medit pkgver=1.0.3 pkgrel=1pm #arch=noarch source=(http://downloads.sourceforge.net/project/mooedit/medit/$pkgver/$pkgname-$pkgver.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 text editor with support for syntax" "highlighting for many different languages." ) build() { cd $startdir/src/$pkgname-$pkgver ./configure --prefix=/usr --libdir=/usr/lib${LIBDIRSUFFIX} --localstatedir=/var --sysconfdir=/etc --build=$arch-slackware-linux make -j $numjobs || return 1 make install DESTDIR=$startdir/pkg rm $startdir/pkg/usr/share/icons/hicolor/icon-theme.cache }