[arch-commits] Commit in (4 files)

Jan de Groot jgc at archlinux.org
Mon Oct 25 12:25:08 UTC 2010


    Date: Monday, October 25, 2010 @ 08:25:07
  Author: jgc
Revision: 96879

Add xrdb app

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

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

Added: xorg-xrdb/trunk/PKGBUILD
===================================================================
--- xorg-xrdb/trunk/PKGBUILD	                        (rev 0)
+++ xorg-xrdb/trunk/PKGBUILD	2010-10-25 12:25:07 UTC (rev 96879)
@@ -0,0 +1,23 @@
+# $Id: $
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=xorg-xrdb
+pkgver=1.0.6
+pkgrel=1
+pkgdesc="X server resource database utility"
+arch=(i686 x86_64)
+url="http://xorg.freedesktop.org/"
+license=('custom')
+depends=('libx11' 'libxmu' 'mcpp')
+makedepends=('xorg-util-macros')
+source=(http://xorg.freedesktop.org/archive/individual/app/xrdb-${pkgver}.tar.bz2)
+sha1sums=('e4faff5e02b3027298dc589e318a6dc7eb30a6d5')
+
+build() {
+  cd "${srcdir}/xrdb-${pkgver}"
+  ./configure --prefix=/usr --with-cpp=/usr/bin/mcpp
+  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