[arch-commits] Commit in xf86miscproto (4 files)

Maxime Gauduin alucryd at nymeria.archlinux.org
Wed Apr 9 11:10:10 UTC 2014


    Date: Wednesday, April 9, 2014 @ 13:10:10
  Author: alucryd
Revision: 109012

archrelease: copy trunk to community-any

Added:
  xf86miscproto/repos/
  xf86miscproto/repos/community-any/
  xf86miscproto/repos/community-any/MKPKG
    (from rev 109011, xf86miscproto/trunk/MKPKG)
  xf86miscproto/repos/community-any/PKGBUILD
    (from rev 109011, xf86miscproto/trunk/PKGBUILD)

----------+
 MKPKG    |    4 ++++
 PKGBUILD |   32 ++++++++++++++++++++++++++++++++
 2 files changed, 36 insertions(+)

Copied: xf86miscproto/repos/community-any/MKPKG (from rev 109011, xf86miscproto/trunk/MKPKG)
===================================================================
--- repos/community-any/MKPKG	                        (rev 0)
+++ repos/community-any/MKPKG	2014-04-09 11:10:10 UTC (rev 109012)
@@ -0,0 +1,4 @@
+arch=('any')
+pkgname=('xf86miscproto')
+
+# vim: ts=2 sw=2 et:

Copied: xf86miscproto/repos/community-any/PKGBUILD (from rev 109011, xf86miscproto/trunk/PKGBUILD)
===================================================================
--- repos/community-any/PKGBUILD	                        (rev 0)
+++ repos/community-any/PKGBUILD	2014-04-09 11:10:10 UTC (rev 109012)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Maxime Gauduin <alucryd at gmail.com>
+
+pkgname=xf86miscproto
+pkgver=0.9.3
+pkgrel=1
+pkgdesc='X11 Misc extension wire protocol'
+arch=('any')
+url='http://xorg.freedesktop.org/'
+license=('custom')
+makedepends=('xorg-util-macros')
+source=("${url}/releases/individual/proto/${pkgname}-${pkgver}.tar.bz2")
+sha256sums=('45b8ec6a4a8ca21066dce117e09dcc88539862e616e60fb391de05b36f63b095')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  ./configure --prefix='/usr'
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+
+# License
+  install -dm 755 "${pkgdir}"/usr/share/licenses/${pkgname}
+  install -m 644 {,"${pkgdir}"/usr/share/licenses/${pkgname}/}COPYING
+}
+
+# vim: ts=2 sw=2 et:




More information about the arch-commits mailing list