#Packager: tim~beech~AT~gmail~. ~com #Former Packager(s): Name #Anything commented out is optional and can be deleted. pkgname=tktray pkgver=1.3.9 pkgrel=1tjb #arch=noarch source=(http://tktray.googlecode.com/files/tktray1.3.9.tar.gz) #sourcetemplate=http://people.salixos.org/yournick/$pkgname/$pkgver/ #docs=("readme" "install" "copying" "changelog" "authors" "news" "todo") #url= #dotnew=() #CFLAGS= #CXXFLAGS= #options=('noextract') #doinst() { # #} slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "tktray" ) build() { cd $startdir/src/$pkgname$pkgver ./configure --prefix=/usr --with-tcl=/usr/lib/ --with-mad-tk-packager --with-tk=/usr/lib/ --libdir=/usr/lib${LIBDIRSUFFIX} --localstatedir=/var --sysconfdir=/etc --build=$arch-slackware-linux make -j $numjobs || return 1 make install DESTDIR=$startdir/pkg }