mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
development/uncrustify: Updated for version 0.75.1.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
418eedbb6d
commit
b8b1d7b310
2 changed files with 9 additions and 7 deletions
|
@ -1,13 +1,14 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
# Slackware build script for uncrustify
|
# Slackware build script for uncrustify
|
||||||
|
# Copyright 2015-2022, Zhu Qun-Ying
|
||||||
|
#
|
||||||
# Written by Aleksandar Samardzic <asamardzic@gmail.com>
|
# Written by Aleksandar Samardzic <asamardzic@gmail.com>
|
||||||
|
|
||||||
cd $(dirname $0) ; CWD=$(pwd)
|
cd $(dirname $0) ; CWD=$(pwd)
|
||||||
|
|
||||||
PRGNAM=uncrustify
|
PRGNAM=uncrustify
|
||||||
VERSION=${VERSION:-0.74.0}
|
VERSION=${VERSION:-0.75.1}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
PKGTYPE=${PKGTYPE:-tgz}
|
PKGTYPE=${PKGTYPE:-tgz}
|
||||||
|
@ -74,8 +75,9 @@ mv $PKG/usr/share/man $PKG/usr
|
||||||
gzip -9 $PKG/usr/man/man1/*
|
gzip -9 $PKG/usr/man/man1/*
|
||||||
|
|
||||||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
||||||
cp -a AUTHORS COPYING ChangeLog documentation \
|
cp -a documentation $PKG/usr/doc/$PRGNAM-$VERSION
|
||||||
$PKG/usr/doc/$PRGNAM-$VERSION
|
mv $PKG/usr/share/doc/uncrustify/* $PKG/usr/doc/$PRGNAM-$VERSION
|
||||||
|
rm -rf $PKG/usr/share
|
||||||
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
|
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
|
||||||
|
|
||||||
mkdir -p $PKG/install
|
mkdir -p $PKG/install
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
PRGNAM="uncrustify"
|
PRGNAM="uncrustify"
|
||||||
VERSION="0.74.0"
|
VERSION="0.75.1"
|
||||||
HOMEPAGE="http://uncrustify.sourceforge.net/"
|
HOMEPAGE="http://uncrustify.sourceforge.net/"
|
||||||
DOWNLOAD="https://github.com/uncrustify/uncrustify/archive/uncrustify-0.74.0/uncrustify-uncrustify-0.74.0.tar.gz"
|
DOWNLOAD="https://github.com/uncrustify/uncrustify/archive/uncrustify-0.75.1/uncrustify-uncrustify-0.75.1.tar.gz"
|
||||||
MD5SUM="9cd2e1828132bd908df965703e410fb5"
|
MD5SUM="4a8027cb35a6b4eabbbae75213497dc2"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES=""
|
REQUIRES=""
|
||||||
|
|
Loading…
Reference in a new issue