[arch-commits] Commit in xextproto/repos (staging-any staging-any/PKGBUILD)

Andreas Radke andyrtr at nymeria.archlinux.org
Sat Dec 28 07:26:01 UTC 2013


    Date: Saturday, December 28, 2013 @ 08:26:01
  Author: andyrtr
Revision: 202781

archrelease: copy trunk to staging-any

Added:
  xextproto/repos/staging-any/
  xextproto/repos/staging-any/PKGBUILD
    (from rev 202780, xextproto/trunk/PKGBUILD)

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

Copied: xextproto/repos/staging-any/PKGBUILD (from rev 202780, xextproto/trunk/PKGBUILD)
===================================================================
--- staging-any/PKGBUILD	                        (rev 0)
+++ staging-any/PKGBUILD	2013-12-28 07:26:01 UTC (rev 202781)
@@ -0,0 +1,25 @@
+# $Id$
+#Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=xextproto
+pkgver=7.3.0
+pkgrel=1
+pkgdesc="X11 various extension wire protocol"
+arch=('any')
+license=('custom')
+makedepends=('xmlto' 'xorg-util-macros' 'docbook-xsl')
+url="http://xorg.freedesktop.org/"
+source=(${url}/releases/individual/proto/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('f3f4b23ac8db9c3a9e0d8edb591713f3d70ef9c3b175970dd8823dfc92aa5bb0')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+}




More information about the arch-commits mailing list