summaryrefslogtreecommitdiff
path: root/extra/xorg-xconsole/PKGBUILD
blob: bc3ca28f51cd7d47c79b3e3c476b5d1b066097f7 (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
25
26
# $Id: PKGBUILD 191215 2013-07-21 06:57:40Z lcarlier $
# Maintainer: Jan de Groot <jgc@archlinux.org>

pkgname=xorg-xconsole
pkgver=1.0.6
pkgrel=1
pkgdesc="Monitor system console messages with X"
arch=('i686' 'x86_64')
url="http://xorg.freedesktop.org/"
license=('custom')
depends=('libxaw' 'libxmu' 'libxt' 'libx11')
makedepends=('xorg-util-macros')
source=(http://xorg.freedesktop.org/archive/individual/app/xconsole-${pkgver}.tar.bz2)
sha256sums=('e561959b6ee8b735a32c1050015cfd8c551ed162cabb6cb72e36ce72966855d1')

build() {
  cd "${srcdir}/xconsole-${pkgver}"
  ./configure --prefix=/usr
  make
}

package() {
  cd "${srcdir}/xconsole-${pkgver}"
  make DESTDIR="${pkgdir}" install
  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
}