xen: update to 4.0.0.

--HG--
extra : convert_revision : c445857bfe2b1de1ab896223108f4f139f8d2d81
This commit is contained in:
Juan RP 2010-04-09 11:50:25 +02:00
parent 9d98c77f1a
commit fa529c0593

View file

@ -1,18 +1,14 @@
# Template file for 'xen' # Template file for 'xen'
pkgname=xen pkgname=xen
_dist_ver=4.0.0 version=4.0.0
_dist_patch_ver=rc4 wrksrc=xen-${version}
version=${_dist_ver}${_dist_patch_ver} distfiles="http://bits.xensource.com/oss-xen/release/$version/xen-$version.tar.gz"
wrksrc=xen-${_dist_ver}-${_dist_patch_ver}
# Use our own distfile created from xen-unstable hg repo.
distfiles="http://xbps.nopcode.org/distfiles/xen-${_dist_ver}-${_dist_patch_ver}.tar.xz"
#distfiles="http://bits.xensource.com/oss-xen/release/$version/xen-$version.tar.gz"
build_style=gnu_makefile build_style=gnu_makefile
make_build_target="DISTDIR=$XBPS_DESTDIR/$pkgname-$version xen tools" make_build_target="DISTDIR=$XBPS_DESTDIR/$pkgname-$version xen tools"
make_install_target="install-xen install-tools" make_install_target="install-xen install-tools"
short_desc="Xen Hypervisor and Utilities" short_desc="Xen Hypervisor and Utilities"
maintainer="Juan RP <xtraeme@gmail.com>" maintainer="Juan RP <xtraeme@gmail.com>"
checksum=6b046925a1b95bc9077f4df89d39b61211075e606c82945b095c65e627eef442 checksum=ea4757d7947b64f01d6e850f34048db7e053731f626d8342b6a15dee8b871289
long_desc=" long_desc="
This package provides the official Xen Hypervisor and related utilities This package provides the official Xen Hypervisor and related utilities
for starting/stopping/accessing unprivileged domains (domUs)." for starting/stopping/accessing unprivileged domains (domUs)."