#Maintainer: R S Ananda Murthy pkgname=xgsch2pcb pkgver=0.1.3 pkgrel=1 zenver=66 arch=i486 source=("http://geda.seul.org/dist/geda-$pkgname-$pkgver.tar.gz") sourcetemplate=http://zenwalk.pinguix.com/user-accounts/rsamurti/$pkgname/ docs=("readme" "install" "copying" "changelog" "authors" "news" "todo") url=http://www.gpleda.org/sources.html slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "xgsch2pcb (A tool to generate PCB layout from schematic)" "gsch2pcb is a command-line tool, part of the gEDA suite," "which is used to generate and update a PCB layout. It works with" "schematics created by gschem, part of the gEDA suite, and layouts" "created by pcb, a PCB layout system commonly used with gEDA." ) build() { cd $startdir/src/geda-$pkgname-$pkgver ./configure --prefix=/usr --localstatedir=/var --disable-update-desktop-database \ --mandir=/usr/man --infodir=/usr/info --sysconfdir=/etc make || return 1 make install DESTDIR=$startdir/pkg }