mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
development/ucpp: Updated for version 1.3.5.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
parent
f7bb1a2f98
commit
d167cb3bfc
3 changed files with 8 additions and 8 deletions
|
@ -11,7 +11,7 @@ ucpp:
|
||||||
ucpp: A C preprocessor designed to be embeddable, quick, light and fully
|
ucpp: A C preprocessor designed to be embeddable, quick, light and fully
|
||||||
ucpp: compliant to ISO Standard 9899:1999, aka ISO C99, or simply, C99.
|
ucpp: compliant to ISO Standard 9899:1999, aka ISO C99, or simply, C99.
|
||||||
ucpp:
|
ucpp:
|
||||||
ucpp: Homepage: https://github.com/scarabeusiv/ucpp
|
ucpp: Homepage: https://gitlab.com/scarabeusiv/ucpp
|
||||||
ucpp:
|
ucpp:
|
||||||
ucpp:
|
ucpp:
|
||||||
ucpp:
|
ucpp:
|
||||||
|
|
|
@ -23,7 +23,7 @@
|
||||||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
|
|
||||||
PRGNAM=ucpp
|
PRGNAM=ucpp
|
||||||
VERSION=${VERSION:-1.3.4}
|
VERSION=${VERSION:-1.3.5}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
|
|
||||||
|
@ -60,7 +60,7 @@ rm -rf $PKG
|
||||||
mkdir -p $TMP $PKG $OUTPUT
|
mkdir -p $TMP $PKG $OUTPUT
|
||||||
cd $TMP
|
cd $TMP
|
||||||
rm -rf $PRGNAM-$VERSION
|
rm -rf $PRGNAM-$VERSION
|
||||||
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
|
tar xvf $CWD/$PRGNAM-$VERSION.tar.xz
|
||||||
cd $PRGNAM-$VERSION
|
cd $PRGNAM-$VERSION
|
||||||
chown -R root:root .
|
chown -R root:root .
|
||||||
find -L . \
|
find -L . \
|
||||||
|
@ -89,7 +89,7 @@ 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
|
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
|
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
||||||
cp -a AUTHORS COPYING ChangeLog.old READM* TODO $PKG/usr/doc/$PRGNAM-$VERSION
|
cp -a AUTHORS COPYING README $PKG/usr/doc/$PRGNAM-$VERSION
|
||||||
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="ucpp"
|
PRGNAM="ucpp"
|
||||||
VERSION="1.3.4"
|
VERSION="1.3.5"
|
||||||
HOMEPAGE="https://github.com/scarabeusiv/ucpp"
|
HOMEPAGE="https://gitlab.com/scarabeusiv/ucpp"
|
||||||
DOWNLOAD="https://github.com/scarabeusiv/ucpp/archive/1.3.4/ucpp-1.3.4.tar.gz"
|
DOWNLOAD="https://gitlab.com/scarabeusiv/ucpp/uploads/79f08e39c676f15ed8a59335f6c9b924/ucpp-1.3.5.tar.xz"
|
||||||
MD5SUM="7d169055b45f0f4fb4b91a92a1ef5d5a"
|
MD5SUM="08547a340eb2b7c8bae163894b2858a5"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES=""
|
REQUIRES=""
|
||||||
|
|
Loading…
Reference in a new issue