summaryrefslogtreecommitdiff
path: root/open-vm-tools/Pkgfile
diff options
context:
space:
mode:
authorAlan Mizrahi <alan+crux@mizrahi.com.ve>2014-02-09 18:18:44 +0900
committerAlan Mizrahi <alan+crux@mizrahi.com.ve>2014-02-09 18:18:44 +0900
commitbbf031d948a12ff5f422ce745d0335135f1febf6 (patch)
tree0f8032d7249c29e068c4c67b3efe1eb67b0ad31e /open-vm-tools/Pkgfile
parent3c3973189a9150cdfa6f64cb239d79193fda3e67 (diff)
downloadcontrib-bbf031d948a12ff5f422ce745d0335135f1febf6.tar.gz
contrib-bbf031d948a12ff5f422ce745d0335135f1febf6.tar.xz
open-vm-tools: Updated to 9.4.0-1280544
Diffstat (limited to 'open-vm-tools/Pkgfile')
-rw-r--r--open-vm-tools/Pkgfile10
1 files changed, 3 insertions, 7 deletions
diff --git a/open-vm-tools/Pkgfile b/open-vm-tools/Pkgfile
index 2ed6f4364..e3314010f 100644
--- a/open-vm-tools/Pkgfile
+++ b/open-vm-tools/Pkgfile
@@ -4,18 +4,16 @@
# Depends: libdnet
name=open-vm-tools
-version=2011.04.25-402641
+version=9.4.0-1280544
release=1
-source=( \
-http://downloads.sourceforge.net/project/$name/$name/${version%-*}/$name-$version.tar.gz \
+source=(
+http://downloads.sourceforge.net/project/$name/$name/stable-9.4.x/$name-$version.tar.gz
vmtools.rc
tools.conf
-hostinfo.patch
)
build(){
cd $name-$version
- patch -p1 -i $SRC/hostinfo.patch
./configure \
--prefix=/usr \
@@ -26,8 +24,6 @@ build(){
--without-gtkmm \
--without-icu \
--without-pam
- # --without-procps \
- # --without-dnet \
make
make DESTDIR=$PKG install
mv $PKG/usr/sbin/mount.vmhgfs $PKG/sbin/mount.vmhgfs

Generated by cgit