[arch-commits] Commit in xineramaproto/repos/extra-any (PKGBUILD PKGBUILD)

Allan McRae allan at archlinux.org
Sat Feb 25 07:05:52 UTC 2012


    Date: Saturday, February 25, 2012 @ 02:05:52
  Author: allan
Revision: 151186

archrelease: copy trunk to extra-any

Added:
  xineramaproto/repos/extra-any/PKGBUILD
    (from rev 151185, xineramaproto/trunk/PKGBUILD)
Deleted:
  xineramaproto/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2012-02-25 07:05:15 UTC (rev 151185)
+++ PKGBUILD	2012-02-25 07:05:52 UTC (rev 151186)
@@ -1,23 +0,0 @@
-# $Id$
-#Maintainer: Jan de Groot <jgc at archlinux.org>
-
-pkgname=xineramaproto
-pkgver=1.2.1
-pkgrel=1
-pkgdesc="X11 Xinerama 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)
-sha1sums=('818bffc16139d6e3de4344c83f00c495d3536753')
-
-build() {
-  cd "${srcdir}/${pkgname}-${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}/"
-}

Copied: xineramaproto/repos/extra-any/PKGBUILD (from rev 151185, xineramaproto/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2012-02-25 07:05:52 UTC (rev 151186)
@@ -0,0 +1,25 @@
+# $Id$
+#Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=xineramaproto
+pkgver=1.2.1
+pkgrel=2
+pkgdesc="X11 Xinerama 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)
+sha1sums=('818bffc16139d6e3de4344c83f00c495d3536753')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+}




More information about the arch-commits mailing list