#Maintainer: R S Ananda Murthy pkgname=fritzing pkgver=0.7.1b pkgrel=1 zenver=72 arch=i486 source=('http://fritzing.org/download/0.7.1b/source-tarball/fritzing-0.7.1b.source.tar.bz2') sourcetemplate=http://zenwalk.pinguix.com/user-accounts/rsamurti/$pkgname/ docs=("readme" "install" "copying" "changelog" "authors" "news" "todo" "LICENSE.*") url=http://fritzing.org/welcome/ #doinst() { # #} slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "Fritzing is an open-source initiative to support designers, artists," "researchers and hobbyists to take the step from physical prototyping" "to actual product. It is in the spirit of Processing and Arduino which" "allows users to document their Arduino and other electronic-based" "prototypes, and to create a PCB layout for manufacturing." ) build() { cd $startdir/src/$pkgname-$pkgver.source qmake make || return 1 make install INSTALL_ROOT=$startdir/pkg # Correcting ownership of these files. chown root:root $startdir/pkg/usr/share/fritzing/translations/fritzing_nl.qm chown root:root $startdir/pkg/usr/share/fritzing/translations/fritzing_pt_br.qm chown root:root $startdir/pkg/usr/share/fritzing/translations/fritzing_zh_cn.qm chown root:root $startdir/pkg/usr/share/fritzing/translations/fritzing_ja.qm chown root:root $startdir/pkg/usr/share/fritzing/translations/fritzing_es.qm chown root:root $startdir/pkg/usr/share/fritzing/translations/fritzing_cs.qm chown root:root $startdir/pkg/usr/share/fritzing/translations/fritzing_de.qm chown root:root $startdir/pkg/usr/share/fritzing/translations/fritzing_ru.qm chown root:root $startdir/pkg/usr/share/fritzing/translations/fritzing_zh_tw.qm chown root:root $startdir/pkg/usr/share/fritzing/translations/fritzing_pt_pt.qm chown root:root $startdir/pkg/usr/share/fritzing/translations/fritzing_it.qm chown root:root $startdir/pkg/usr/share/fritzing/translations/fritzing_en.qm chown root:root $startdir/pkg/usr/share/fritzing/translations/fritzing_ko.qm chown root:root $startdir/pkg/usr/share/fritzing/translations/fritzing_fr.qm }