mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
system/virtualbox-addons: Updated for version 4.3.18.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
b4f9781b1e
commit
f498531d9e
2 changed files with 7 additions and 4 deletions
|
@ -24,7 +24,7 @@
|
||||||
|
|
||||||
PRGNAM=virtualbox-addons
|
PRGNAM=virtualbox-addons
|
||||||
SRCNAM=VirtualBox
|
SRCNAM=VirtualBox
|
||||||
VERSION=${VERSION:-4.3.10}
|
VERSION=${VERSION:-4.3.18}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
|
|
||||||
|
@ -159,6 +159,9 @@ mkdir -p $PKG/usr/share/apps/kconf_update $PKG/usr/share/config/
|
||||||
install -m 644 $CWD/kwin_blacklist_vbox.sh $PKG/usr/share/apps/kconf_update/
|
install -m 644 $CWD/kwin_blacklist_vbox.sh $PKG/usr/share/apps/kconf_update/
|
||||||
install -m 644 $CWD/kwinrc $PKG/usr/share/config/
|
install -m 644 $CWD/kwinrc $PKG/usr/share/config/
|
||||||
|
|
||||||
|
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \
|
||||||
|
| 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 -f COPYING COPYING.CDDL $PKG/usr/doc/$PRGNAM-$VERSION
|
cp -f COPYING COPYING.CDDL $PKG/usr/doc/$PRGNAM-$VERSION
|
||||||
cat $CWD/README.SLACKWARE > $PKG/usr/doc/$PRGNAM-$VERSION/README.SLACKWARE
|
cat $CWD/README.SLACKWARE > $PKG/usr/doc/$PRGNAM-$VERSION/README.SLACKWARE
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
PRGNAM="virtualbox-addons"
|
PRGNAM="virtualbox-addons"
|
||||||
VERSION="4.3.10"
|
VERSION="4.3.18"
|
||||||
HOMEPAGE="http://www.virtualbox.org"
|
HOMEPAGE="http://www.virtualbox.org"
|
||||||
DOWNLOAD="http://download.virtualbox.org/virtualbox/4.3.10/VirtualBox-4.3.10.tar.bz2"
|
DOWNLOAD="http://download.virtualbox.org/virtualbox/4.3.18/VirtualBox-4.3.18.tar.bz2"
|
||||||
MD5SUM="c3e9e61d5ed7c672bfc747fb8df4367b"
|
MD5SUM="0e6e345a5bc4321bc5014258c6e9a5bb"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES=""
|
REQUIRES=""
|
||||||
|
|
Loading…
Reference in a new issue