Date: Saturday, February 25, 2012 @ 01:51:54 Author: allan Revision: 151169
upgpkg: xorg-xconsole 1.0.4-2 signing rebuild Modified: xorg-xconsole/trunk/PKGBUILD (contents, properties) ----------+ PKGBUILD | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2012-02-25 06:49:42 UTC (rev 151168) +++ PKGBUILD 2012-02-25 06:51:54 UTC (rev 151169) @@ -1,11 +1,11 @@ -# $Id: $ +# $Id$ # Maintainer: Jan de Groot <[email protected]> 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 @@ 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" } Property changes on: xorg-xconsole/trunk/PKGBUILD ___________________________________________________________________ Added: svn:keywords ## -0,0 +1 ## +Id
