mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-28 10:02:43 +01:00
system/sboui: Updated for version 0.3.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
c218e228a8
commit
eea93b60f5
3 changed files with 6 additions and 4 deletions
|
@ -11,3 +11,4 @@ config() {
|
|||
}
|
||||
|
||||
config etc/sboui/sboui.conf.new
|
||||
config etc/sboui/package_blacklist.new
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=sboui
|
||||
VERSION=${VERSION:-0.2.1}
|
||||
VERSION=${VERSION:-0.3.1}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -87,6 +87,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
|
||||
|
||||
mv $PKG/etc/sboui/sboui.conf $PKG/etc/sboui/sboui.conf.new
|
||||
mv $PKG/etc/sboui/package_blacklist $PKG/etc/sboui/package_blacklist.new
|
||||
|
||||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -a AUTHORS ChangeLog INSTALL LICENSE README.md TODO \
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="sboui"
|
||||
VERSION="0.2.1"
|
||||
VERSION="0.3.1"
|
||||
HOMEPAGE="https://github.com/montagdude/sboui"
|
||||
DOWNLOAD="https://github.com/montagdude/sboui/archive/0.2.1/sboui-0.2.1.tar.gz"
|
||||
MD5SUM="aa59373719848a7834c3a288175d7c56"
|
||||
DOWNLOAD="https://github.com/montagdude/sboui/archive/0.3.1/sboui-0.3.1.tar.gz"
|
||||
MD5SUM="4293b68cee62f3fda0c0bcf5270efb6a"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="libconfig"
|
||||
|
|
Loading…
Reference in a new issue