#Packager: NRichard Lapointe #Former Packager(s): Name #Anything commented out is optional and can be deleted. pkgname=python-gtkspell pkgver=2.25.3 pkgrel=1rl #arch=noarch source=(http://ftp.gnome.org/pub/gnome/sources/gnome-python-extras/2.25/gnome-python-extras-${pkgver}.tar.bz2) sourcetemplate=http://people.salixos.org/laprjns/$pkgname/$pkgver/ docs=("readme" "install" "copying" "changelog" "authors" "news" "todo") url=http://ftp.gnome.org/pub/GNOME/sources/gnome-python-extras/ #dotnew=() #CFLAGS= #CXXFLAGS= #options=('noextract') #doinst() { # #} slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "python-gtkspell (Python bindings for the gtkspell)" "Python bindings for the gtkspell" ) build() { cd $startdir/src/gnome-python-extras-$pkgver ./configure --prefix=/usr --libdir=/usr/lib${LIBDIRSUFFIX} --localstatedir=/var --sysconfdir=/etc --build=$arch-slackware-linux make -C gtkspell -j $numjobs || return 1 make install DESTDIR=$startdir/pkg }