summaryrefslogtreecommitdiff
path: root/kernels/xen-docs/PKGBUILD
blob: f18d301b1c00468282b40c505fdf1422bfea7c79 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Maintainer (Arch): M0Rf30
# Maintainer: André Silva <emulatorman@parabola.nu>

pkgname=xen-docs
pkgver=4.7.0
pkgrel=1
pkgdesc="Xen 4 (docs)"
arch=('i686' 'x86_64' 'armv7h')
url="http://www.xen.org/"
license=('GPL')
makedepends=('markdown' 'transfig' 'ghostscript')
conflicts=('xen4' 'xen3' 'xen-hv-tools' 'libxen4')
source=(http://bits.xensource.com/oss-xen/release/${pkgver}/xen-${pkgver}.tar.gz)

package() {
  cd "$srcdir/xen-$pkgver"
  cd docs
  unset CFLAGS LDFLAGS
  ./configure --prefix=/usr
  cd ..
  make DESTDIR=$pkgdir install-docs
}

md5sums=('3aa4e01bf37a3a5bc8572907cb88e649')