summaryrefslogtreecommitdiffstats
path: root/development
diff options
context:
space:
mode:
author B.Ton <b.t.ton@student.utwente.nl>2010-05-11 19:44:23 +0200
committer Robby Workman <rworkman@slackbuilds.org>2010-05-11 19:44:23 +0200
commitb42f734960c2f4315c6f9d65f06c529629c207e9 (patch)
tree5b917dd9d2efad341901e72581e5b7b36a1a6482 /development
parenta82a3940392318329237dbfbb764ba436df692b5 (diff)
downloadslackbuilds-b42f734960c2f4315c6f9d65f06c529629c207e9.tar.gz
slackbuilds-b42f734960c2f4315c6f9d65f06c529629c207e9.tar.xz
development/uisp: Updated for version 20050207
Diffstat (limited to 'development')
-rw-r--r--development/uisp/slack-desc8
-rw-r--r--development/uisp/uisp.SlackBuild4
2 files changed, 10 insertions, 2 deletions
diff --git a/development/uisp/slack-desc b/development/uisp/slack-desc
index fb339a805e..f5aa111abe 100644
--- a/development/uisp/slack-desc
+++ b/development/uisp/slack-desc
@@ -1,3 +1,11 @@
+# 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------------------------------------------------------|
uisp: uisp (AVR In-System Programmer)
uisp:
uisp: UISP is a tool for AVR (and AT89S) microcontrollers which can
diff --git a/development/uisp/uisp.SlackBuild b/development/uisp/uisp.SlackBuild
index 77c50432c7..77bce36a3b 100644
--- a/development/uisp/uisp.SlackBuild
+++ b/development/uisp/uisp.SlackBuild
@@ -11,7 +11,7 @@ VERSION=20050207
ARCH=${ARCH:-i486}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
-CWD=`pwd`
+CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}
@@ -41,7 +41,7 @@ make install-strip DESTDIR=$PKG
( cd $PKG/usr/man
find . -type f -exec gzip -9 {} \;
- for i in `find . -type l` ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done
+ for i in $( find . -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done
)
mv $PKG/usr/share/doc $PKG/usr