mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
graphics/pcb: Updated for version 20070208p1
This commit is contained in:
parent
d9dd7403c8
commit
4206fb023f
3 changed files with 12 additions and 6 deletions
|
@ -25,9 +25,8 @@ rm -rf $PKG
|
|||
mkdir -p $TMP $PKG $OUTPUT
|
||||
cd $TMP || exit 1
|
||||
rm -rf $PRGNAM-$VERSION
|
||||
tar -xzvf $CWD/$PRGNAM-$VERSION.tar.gz || exit 1
|
||||
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz || exit 1
|
||||
cd $PRGNAM-$VERSION || exit 1
|
||||
|
||||
chown -R root:root .
|
||||
chmod -R u+w,go+r-w,a-s .
|
||||
|
||||
|
@ -37,7 +36,6 @@ CFLAGS="$SLKCFLAGS" \
|
|||
--sysconfdir=/etc \
|
||||
--localstatedir=/var \
|
||||
--with-gui=gtk \
|
||||
--build=$ARCH-slackware-linux \
|
||||
|| exit 1
|
||||
|
||||
make || exit 1
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
PRGNAM="pcb"
|
||||
VERSION="20070208"
|
||||
VERSION="20070208p1"
|
||||
HOMEPAGE="http://pcb.sourceforge.net/"
|
||||
DOWNLOAD="http://dl.sourceforge.net/pcb/pcb-20070208p1.tar.gz"
|
||||
DOWNLOAD="http://downloads.sourceforge.net/pcb/pcb-20070208p1.tar.gz"
|
||||
MD5SUM="c4d7ead28e2b2ee6b171a94212a7bc2f"
|
||||
MAINTAINER="Kyle Guinn"
|
||||
EMAIL="elyk03@gmail.com"
|
||||
|
|
|
@ -1,4 +1,12 @@
|
|||
pcb: Printed Circuit Board Editor
|
||||
# HOW TO EDIT THIS FILE:
|
||||
# The "handy ruler" below makes it easier to edit a package description. Line
|
||||
# up the first '|' above the ':' following the base package name, and the '|'
|
||||
# on the right side marks the last column you can put a character in. You must
|
||||
# make exactly 11 lines for the formatting to be correct. It's also
|
||||
# customary to leave one space after the ':'.
|
||||
|
||||
|-----handy-ruler------------------------------------------------------|
|
||||
pcb: pcb (Printed Circuit Board Editor)
|
||||
pcb:
|
||||
pcb: PCB is an interactive printed circuit board editor for the X11
|
||||
pcb: window system. PCB includes a rats nest feature, design rule
|
||||
|
|
Loading…
Reference in a new issue