blob: 5fd22b1f7da606f24ea5db44c476e11b7fb7076e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
pkgname=xen-docs
pkgver=4.2.1
pkgrel=1
pkgdesc="Xen 4 (docs)"
arch=(i686 x86_64)
url="http://www.xen.org/"
license="GPL"
depends=('markdown')
conflicts=('xen4' 'xen3' 'xen-hv-tools' 'libxen4')
source=(http://bits.xensource.com/oss-xen/release/${pkgver}/xen-${pkgver}.tar.gz)
build() {
cd $srcdir/xen-${pkgver}
unset CFLAGS LDFLAGS
make PYTHON=python2 DESTDIR=$pkgdir install-docs
}
md5sums=('0d48cbe1767b82aba12517898d4e0408')
|