[arch-commits] Commit in (4 files)

Jan de Groot jgc at archlinux.org
Mon Oct 25 09:15:53 UTC 2010


    Date: Monday, October 25, 2010 @ 05:15:53
  Author: jgc
Revision: 96866

Add xwd app

Added:
  xorg-xwd/
  xorg-xwd/repos/
  xorg-xwd/trunk/
  xorg-xwd/trunk/PKGBUILD

----------+
 PKGBUILD |   23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)

Added: xorg-xwd/trunk/PKGBUILD
===================================================================
--- xorg-xwd/trunk/PKGBUILD	                        (rev 0)
+++ xorg-xwd/trunk/PKGBUILD	2010-10-25 09:15:53 UTC (rev 96866)
@@ -0,0 +1,23 @@
+# $Id: $
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=xorg-xwd
+pkgver=1.0.3
+pkgrel=1
+pkgdesc="X Window System image dumping utility"
+arch=(i686 x86_64)
+url="http://xorg.freedesktop.org/"
+license=('custom')
+depends=('libx11')
+makedepends=('xorg-util-macros')
+source=(http://xorg.freedesktop.org/archive/individual/app/xwd-${pkgver}.tar.bz2)
+sha1sums=('f6708d14040630d1d3255987c28efcbf7aee05aa')
+
+build() {
+  cd "${srcdir}/xwd-${pkgver}"
+  ./configure --prefix=/usr
+  make
+  make DESTDIR="${pkgdir}" install
+  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
+}




More information about the arch-commits mailing list