mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
libraries/t4k_common: Updated for version 0.1.1.
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
This commit is contained in:
parent
f5635f20d5
commit
15e4ec93cc
2 changed files with 5 additions and 7 deletions
|
@ -5,7 +5,7 @@
|
||||||
# Written by Larry Hajali <larryhaja[at]gmail[dot]com>
|
# Written by Larry Hajali <larryhaja[at]gmail[dot]com>
|
||||||
|
|
||||||
PRGNAM=t4k_common
|
PRGNAM=t4k_common
|
||||||
VERSION=${VERSION:-0.0.3}
|
VERSION=${VERSION:-0.1.1}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
|
|
||||||
|
@ -67,9 +67,7 @@ find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \
|
||||||
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
|
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
|
||||||
|
|
||||||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
||||||
cp -a \
|
cp -a COPYING INSTALL README $PKG/usr/doc/$PRGNAM-$VERSION
|
||||||
ChangeLog COPYING INSTALL 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="t4k_common"
|
PRGNAM="t4k_common"
|
||||||
VERSION="0.0.3"
|
VERSION="0.1.1"
|
||||||
HOMEPAGE="http://tux4kids.alioth.debian.org/"
|
HOMEPAGE="http://tux4kids.alioth.debian.org/"
|
||||||
DOWNLOAD="http://alioth.debian.org/frs/download.php/3439/t4k_common-0.0.3.tar.gz"
|
DOWNLOAD="http://alioth.debian.org/frs/download.php/3540/t4k_common-0.1.1.tar.gz"
|
||||||
MD5SUM="28ad0818aa79d701fd33019e756340f8"
|
MD5SUM="e3d5da74971f427e8deb1e904dfcf8ab"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
MAINTAINER="Larry Hajali"
|
MAINTAINER="Larry Hajali"
|
||||||
|
|
Loading…
Reference in a new issue