summaryrefslogtreecommitdiff
path: root/kernels/xen-docs/PKGBUILD
blob: b3fb0899e7961aa392680e9dd1c8b2f0f2383948 (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: M0Rf30
# Maintainer (Parabola): André Silva <emulatorman@parabola.nu>

pkgname=xen-docs
pkgver=4.3.1
pkgrel=1
pkgdesc="Xen 4 (docs)"
arch=('i686' 'x86_64' 'mips64el')
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=('7616b8704e1ab89c81f011f0e3703bc8')