From cbcba85ef1b0f9fc8300bbc048f012110642ad6b Mon Sep 17 00:00:00 2001 From: Eric Hameleers Date: Wed, 15 Apr 2009 19:36:35 +0000 Subject: Updated to 0.8.16 --- leafpad/build/leafpad.SlackBuild | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/leafpad/build/leafpad.SlackBuild b/leafpad/build/leafpad.SlackBuild index cec6c136..2b8bceb1 100755 --- a/leafpad/build/leafpad.SlackBuild +++ b/leafpad/build/leafpad.SlackBuild @@ -32,8 +32,10 @@ # Changelog: # 0.8.14-1: 05/Aug/2008 by Eric Hameleers # * Initial build. +# 0.8.16-1: 15/apr/2009 by Eric Hameleers +# * Update. # -# Run 'sh leafpad.SlackBuild --cleanup' to build a Slackware package. +# Run 'sh leafpad.SlackBuild' to build a Slackware package. # The package (.tgz) plus descriptive .txt file are created in /tmp . # Install using 'installpkg'. # @@ -42,7 +44,7 @@ # Set initial variables: PRGNAM=leafpad -VERSION=${VERSION:-0.8.14} +VERSION=${VERSION:-0.8.16} ARCH=${ARCH:-i486} BUILD=${BUILD:-1} TAG=${TAG:-alien} @@ -214,8 +216,3 @@ md5sum ${PRGNAM}-${VERSION}-${ARCH}-${BUILD}${TAG}.tgz > ${PRGNAM}-${VERSION}-${ cd - cat $PKG/install/slack-desc | grep "^${PRGNAM}" > $OUTPUT/${PRGNAM}-${VERSION}-${ARCH}-${BUILD}${TAG}.txt -# Clean up the extra stuff: -if [ "$P1" = "--cleanup" ]; then - rm -rf $TMP/tmp-$PRGNAM - rm -rf $PKG -fi -- cgit v1.2.3-65-gdbad