download a manually uploaded tar.xz so as to be sbopkg friendly
This commit is contained in:
parent
e5a2f234b0
commit
c9af3073b0
2 changed files with 4 additions and 6 deletions
|
@ -6,13 +6,12 @@
|
|||
|
||||
PRGNAM=gem2tgz
|
||||
VERSION=1.3
|
||||
BUILD=${BUILD:-1}
|
||||
BUILD=${BUILD:-2}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
ARCH=noarch
|
||||
|
||||
SRCNAM="cycojesus-gem2tgz-v1.3-0-g8e897f5.tar.gz"
|
||||
SRCDIRNAM="cycojesus-gem2tgz-8e897f5/"
|
||||
SRCNAM="gem2tgz-$VERSION.tar.xz"
|
||||
|
||||
CWD=$(pwd)
|
||||
TMP=${TMP:-/tmp/SBo}
|
||||
|
@ -25,7 +24,6 @@ rm -fr $TMP/$PRGNAM-$VERSION $PKG
|
|||
mkdir -p $TMP $PKG $OUTPUT
|
||||
cd $TMP
|
||||
tar xvf $CWD/$SRCNAM
|
||||
mv $SRCDIRNAM $PRGNAM-$VERSION
|
||||
cd $PRGNAM-$VERSION
|
||||
chown -R root.root .
|
||||
find . \
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="gem2tgz"
|
||||
VERSION="1.3"
|
||||
HOMEPAGE="http://github.com/cycojesus/gem2tgz"
|
||||
DOWNLOAD="https://github.com/cycojesus/gem2tgz/tarball/v1.3"
|
||||
MD5SUM="fccfc52c6753f9f2de2f547996cf335f"
|
||||
DOWNLOAD="https://github.com/downloads/cycojesus/gem2tgz/gem2tgz-1.3.tar.xz"
|
||||
MD5SUM="c0ef32bd560d37c0a33f9bd7b9985222"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
MAINTAINER="Gwenhael Le Moine"
|
||||
|
|
Loading…
Add table
Reference in a new issue