From 86d6aec9370af51e33967eb3d43902bb938f1aa8 Mon Sep 17 00:00:00 2001 From: Dimitris Zlatanidis Date: Mon, 4 May 2015 19:24:40 +0300 Subject: development/coccinelle: Updated for version 1.0.0. Signed-off-by: Dimitris Zlatanidis --- development/coccinelle/coccinelle.SlackBuild | 11 +++++------ development/coccinelle/coccinelle.info | 6 +++--- 2 files changed, 8 insertions(+), 9 deletions(-) (limited to 'development/coccinelle') diff --git a/development/coccinelle/coccinelle.SlackBuild b/development/coccinelle/coccinelle.SlackBuild index 254f872e21..c330891826 100644 --- a/development/coccinelle/coccinelle.SlackBuild +++ b/development/coccinelle/coccinelle.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for coccinelle -# Copyright 2014 Dimitris Zlatanidis Greece-Orestiada +# Copyright 2014 Dimitris Zlatanidis Orestiada, Greece # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,8 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=coccinelle -VERSION=${VERSION:-1.0.0_rc24} -SRCVERSION=$(echo $VERSION | tr _ -) +VERSION=${VERSION:-1.0.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -60,9 +59,9 @@ set -e rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP -rm -rf $PRGNAM-$SRCVERSION -tar xvf $CWD/$PRGNAM-$SRCVERSION.tgz -cd $PRGNAM-$SRCVERSION +rm -rf $PRGNAM-$VERSION +tar xvf $CWD/$PRGNAM-$VERSION.tgz +cd $PRGNAM-$VERSION chown -R root:root . find -L . \ \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \ diff --git a/development/coccinelle/coccinelle.info b/development/coccinelle/coccinelle.info index 3573efa1e7..f9f2f2d07b 100644 --- a/development/coccinelle/coccinelle.info +++ b/development/coccinelle/coccinelle.info @@ -1,8 +1,8 @@ PRGNAM="coccinelle" -VERSION="1.0.0_rc24" +VERSION="1.0.0" HOMEPAGE="http://coccinelle.lip6.fr/" -DOWNLOAD="http://coccinelle.lip6.fr/distrib/coccinelle-1.0.0-rc24.tgz" -MD5SUM="d12450774f2de02c3602b1447aae0b9d" +DOWNLOAD="http://coccinelle.lip6.fr/distrib/coccinelle-1.0.0.tgz" +MD5SUM="bce69f218d0a2b4f3bfd438c97633327" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="menhir" -- cgit v1.2.3