summaryrefslogtreecommitdiff
path: root/extra/xorg-xconsole/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'extra/xorg-xconsole/PKGBUILD')
-rw-r--r--extra/xorg-xconsole/PKGBUILD13
1 files changed, 8 insertions, 5 deletions
diff --git a/extra/xorg-xconsole/PKGBUILD b/extra/xorg-xconsole/PKGBUILD
index 204892339..ec5f653c6 100644
--- a/extra/xorg-xconsole/PKGBUILD
+++ b/extra/xorg-xconsole/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: $
+# $Id: PKGBUILD 151170 2012-02-25 06:52:57Z allan $
# Maintainer: Jan de Groot <jgc@archlinux.org>
pkgname=xorg-xconsole
pkgver=1.0.4
-pkgrel=1
+pkgrel=2
pkgdesc="Monitor system console messages with X"
-arch=(i686 x86_64)
+arch=('i686' 'x86_64')
url="http://xorg.freedesktop.org/"
license=('custom')
depends=('libxaw' 'libxmu' 'libxt' 'libx11')
@@ -17,7 +17,10 @@ build() {
cd "${srcdir}/xconsole-${pkgver}"
./configure --prefix=/usr
make
+}
+
+package() {
+ cd "${srcdir}/xconsole-${pkgver}"
make DESTDIR="${pkgdir}" install
- install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
- install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
+ install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
}