From b42f734960c2f4315c6f9d65f06c529629c207e9 Mon Sep 17 00:00:00 2001 From: B.Ton Date: Tue, 11 May 2010 19:44:23 +0200 Subject: development/uisp: Updated for version 20050207 --- development/uisp/slack-desc | 8 ++++++++ development/uisp/uisp.SlackBuild | 4 ++-- 2 files changed, 10 insertions(+), 2 deletions(-) (limited to 'development') 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 -- cgit v1.2.3