diff options
author | Felix Pfeifer <pfeifer[dot]felix[at]googlemail[dot]com> | 2012-02-19 01:51:25 -0600 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2012-02-20 12:20:45 -0600 |
commit | af0ecba06ff82ef7493939e62b80c10fb2a343ce (patch) | |
tree | 805570b91803972037ff78acb0c18d6536fe4d11 /academic/pcb | |
parent | f4f985943a5db6a3bbf3b94a57e0e5254f66cf63 (diff) | |
download | slackbuilds-af0ecba06ff82ef7493939e62b80c10fb2a343ce.tar.gz |
academic/pcb: Updated for version 20110918.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'academic/pcb')
-rw-r--r-- | academic/pcb/README | 2 | ||||
-rw-r--r-- | academic/pcb/pcb.SlackBuild | 4 | ||||
-rw-r--r-- | academic/pcb/pcb.info | 6 |
3 files changed, 6 insertions, 6 deletions
diff --git a/academic/pcb/README b/academic/pcb/README index 835d8775d0..3cb05c9a92 100644 --- a/academic/pcb/README +++ b/academic/pcb/README @@ -4,3 +4,5 @@ can provide industry standard RS-274-X (Gerber), NC drill, and centroid data (X-Y data) output for use in the board fabrication and assembly process. PCB offers high end features such as an autorouter and trace optimizer which can tremendously reduce layout time. + +This requires gtkglext. diff --git a/academic/pcb/pcb.SlackBuild b/academic/pcb/pcb.SlackBuild index 383348fae2..624cc69c34 100644 --- a/academic/pcb/pcb.SlackBuild +++ b/academic/pcb/pcb.SlackBuild @@ -5,7 +5,7 @@ # Written by Felix Pfeifer (pfeifer [dot] felix [at] googlemail [dot] com) PRGNAM=pcb -VERSION=${VERSION:-20100929} +VERSION=${VERSION:-20110918} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -77,8 +77,6 @@ for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; r rm -f $PKG/usr/info/dir gzip -9 $PKG/usr/info/* -#find $PKG -name perllocal.pod -o -name ".packlist" -o -name "*.bs" | xargs rm -f - mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION cp -a [ACIN]* README $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild diff --git a/academic/pcb/pcb.info b/academic/pcb/pcb.info index 984d418549..3b4826f643 100644 --- a/academic/pcb/pcb.info +++ b/academic/pcb/pcb.info @@ -1,8 +1,8 @@ PRGNAM="pcb" -VERSION="20100929" +VERSION="20110918" HOMEPAGE="http://pcb.gpleda.org/" -DOWNLOAD="http://sourceforge.net/projects/pcb/files/pcb/pcb-20100929/pcb-20100929.tar.gz" -MD5SUM="4c71f5d1c40ad65539957748b88eb863" +DOWNLOAD="http://downloads.sourceforge.net/pcb/pcb-20110918.tar.gz" +MD5SUM="54bbc997eeb22b85cf21fed54cb8e181" DOWNLOAD_x86_64="" MD5SUM_x86_64="" MAINTAINER="Felix Pfeifer" |