diff options
author | Jens Weber <jens@tuxane.com> | 2013-02-24 00:52:54 -0600 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2013-02-24 10:23:09 -0600 |
commit | 0095fa92080b1cebad7a1656d370692d03e76b30 (patch) | |
tree | 36f8e836450e48ce1ffa7970601ec29dc9ea6033 /system | |
parent | 75743a4cbad3ac45d2faf8da3855f57f33145a5d (diff) | |
download | slackbuilds-0095fa92080b1cebad7a1656d370692d03e76b30.tar.gz |
system/unetbootin: Updated for version 583.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'system')
-rw-r--r-- | system/unetbootin/README | 4 | ||||
-rw-r--r-- | system/unetbootin/slack-desc | 1 | ||||
-rw-r--r-- | system/unetbootin/unetbootin.SlackBuild | 8 | ||||
-rw-r--r-- | system/unetbootin/unetbootin.info | 6 |
4 files changed, 8 insertions, 11 deletions
diff --git a/system/unetbootin/README b/system/unetbootin/README index 0e36d9cc2a..8814dfddf8 100644 --- a/system/unetbootin/README +++ b/system/unetbootin/README @@ -1,6 +1,4 @@ UNetbootin allows you to create bootable Live USB drives -for Linux distributions without burning a CD. +for Linux distributions without burning a CD. See README.issues for some common troubles users encounter. - -This requires p7zip. diff --git a/system/unetbootin/slack-desc b/system/unetbootin/slack-desc index 4bdc7f3200..ec74e85f17 100644 --- a/system/unetbootin/slack-desc +++ b/system/unetbootin/slack-desc @@ -1,4 +1,3 @@ -# 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 diff --git a/system/unetbootin/unetbootin.SlackBuild b/system/unetbootin/unetbootin.SlackBuild index acc5f4cf4e..1fad4b939d 100644 --- a/system/unetbootin/unetbootin.SlackBuild +++ b/system/unetbootin/unetbootin.SlackBuild @@ -2,11 +2,12 @@ # Slackware build script for unetbootin # Written by Jens Weber <jens@tuxane.com> # v565: (jw) initial version 01/06/2012 -# v575: (jw) updated version +# v575: (jw) updated version # v581: (jw) update to version 581 11 Dec 2012 +# v583: (jw) version bump to v583 22 Feb 2013 PRGNAM=unetbootin -VERSION=581 +VERSION=583 BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -23,7 +24,6 @@ TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} - if [ "$ARCH" = "i486" ]; then LIBDIRSUFFIX="" archname="i386" @@ -47,7 +47,6 @@ mkdir -p $TMP $PKG $OUTPUT $PTMP cd $PTMP tar xvf $CWD/${PRGNAM}-source-$(echo $VERSION).tar.gz - chown -R root:root . find . \ \( -perm 777 -o -perm 775 -o -perm 711 -o -perm 555 -o -perm 511 \) \ @@ -90,6 +89,7 @@ mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION cp -a README.TXT INSTALL $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild cat $CWD/README.issues > $PKG/usr/doc/$PRGNAM-$VERSION/README.issues +chmod 0644 $PKG/usr/doc/$PRGNAM-$VERSION/INSTALL mkdir -p $PKG/install cat $CWD/slack-desc > $PKG/install/slack-desc diff --git a/system/unetbootin/unetbootin.info b/system/unetbootin/unetbootin.info index 122c6a3e68..a9896358a1 100644 --- a/system/unetbootin/unetbootin.info +++ b/system/unetbootin/unetbootin.info @@ -1,8 +1,8 @@ PRGNAM="unetbootin" -VERSION="581" +VERSION="583" HOMEPAGE="http://unetbootin.sourceforge.net" -DOWNLOAD="http://sourceforge.net/projects/unetbootin/files/UNetbootin/581/unetbootin-source-581.tar.gz" -MD5SUM="8b905bfdab8bce78cb1d1d46b52807c3" +DOWNLOAD="http://downloads.sourceforge.net/unetbootin/unetbootin-source-583.tar.gz" +MD5SUM="ad35d814b8f5d9bf4a3563cacbf20296" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="p7zip" |