mirror of
https://github.com/sbopkg/sbopkg
synced 2024-11-12 21:10:21 +03:00
remove /latest since the new 'check for an update' code uses something else; update /tools/sbopkg.SlackBuild and /tools/makechangelog
This commit is contained in:
parent
d875937bf6
commit
eede5fbf66
@ -5,4 +5,4 @@
|
||||
# Build ChangeLog for package inclusion using the svn2cl Perl script
|
||||
# (http://ch.tudelft.nl/~arthur/svn2cl)
|
||||
|
||||
sh ~/svn2cl/svn2cl.sh ~/sbopkg
|
||||
sh ~/work/svn2cl/svn2cl.sh ~/work/sbopkg-read-only
|
||||
|
@ -8,9 +8,10 @@
|
||||
# SlackBuilds.org template.
|
||||
|
||||
PRGNAM=sbopkg
|
||||
VERSION=${VERSION:-0.10.0}
|
||||
VERSION=${VERSION:-0.15.0}
|
||||
ARCH=${ARCH:-noarch}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_cng}
|
||||
|
||||
CWD=$(pwd)
|
||||
TMP=${TMP:-/tmp/build}
|
||||
@ -58,4 +59,4 @@ cat $CWD/slack-desc > $PKG/install/slack-desc
|
||||
cat $CWD/doinst.sh > $PKG/install/doinst.sh
|
||||
|
||||
cd $PKG
|
||||
/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD.tgz
|
||||
/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.tgz
|
||||
|
Loading…
Reference in New Issue
Block a user