diff options
author | Alexander Verbovetsky <alik@ejik.org> | 2016-11-11 14:37:06 +0000 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2016-11-11 20:36:22 +0000 |
commit | 8e11ac1afc9c48193d519a8ca6a455d08027eace (patch) | |
tree | b31a411b57b61be664917509f1aaa0b9a8ae6e1a /system/iucode_tool | |
parent | 8c71d392048b55b2432f39c485939406d845e896 (diff) | |
download | slackbuilds-8e11ac1afc9c48193d519a8ca6a455d08027eace.tar.gz |
system/iucode_tool: Updated for version 2.1.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'system/iucode_tool')
-rw-r--r-- | system/iucode_tool/iucode_tool.SlackBuild | 9 | ||||
-rw-r--r-- | system/iucode_tool/iucode_tool.info | 6 |
2 files changed, 8 insertions, 7 deletions
diff --git a/system/iucode_tool/iucode_tool.SlackBuild b/system/iucode_tool/iucode_tool.SlackBuild index 966487afbb..d4566bcd9a 100644 --- a/system/iucode_tool/iucode_tool.SlackBuild +++ b/system/iucode_tool/iucode_tool.SlackBuild @@ -24,7 +24,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=iucode_tool -VERSION=${VERSION:-2.0} +VERSION=${VERSION:-2.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -60,9 +60,9 @@ set -e rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP -rm -rf $PRGNAM-$VERSION +rm -rf iucode?tool?$VERSION tar xvf $CWD/iucode?tool?$VERSION.tar.?z* -cd $PRGNAM-$VERSION +cd iucode?tool?$VERSION chown -R root:root . find -L . \ \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \ @@ -87,7 +87,8 @@ find $PKG/usr/man -type f -exec gzip -9 {} \; for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION -cp -a AUTHORS COPYING README NEWS TODO ChangeLog $PKG/usr/doc/$PRGNAM-$VERSION +cp -a AUTHORS CONTRIBUTING COPYING README NEWS TODO ChangeLog \ + $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild mkdir -p $PKG/install diff --git a/system/iucode_tool/iucode_tool.info b/system/iucode_tool/iucode_tool.info index 97b6b11aab..4ca6bdfb3c 100644 --- a/system/iucode_tool/iucode_tool.info +++ b/system/iucode_tool/iucode_tool.info @@ -1,8 +1,8 @@ PRGNAM="iucode_tool" -VERSION="2.0" +VERSION="2.1" HOMEPAGE="https://gitlab.com/groups/iucode-tool" -DOWNLOAD="https://gitlab.com/iucode-tool/releases/raw/master/iucode-tool_2.0.tar.xz" -MD5SUM="df54b124892471764488a2fbfbc15777" +DOWNLOAD="https://gitlab.com/iucode-tool/releases/raw/master/iucode-tool_2.1.tar.xz" +MD5SUM="636bdfb7d87a1022a5035a4f82b2ac38" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |