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

Allan McRae allan at archlinux.org
Sat Feb 25 10:27:13 UTC 2012


    Date: Saturday, February 25, 2012 @ 05:27:13
  Author: allan
Revision: 151266

archrelease: copy trunk to extra-any

Added:
  kbproto/repos/extra-any/PKGBUILD
    (from rev 151265, kbproto/trunk/PKGBUILD)
Deleted:
  kbproto/repos/extra-any/PKGBUILD

----------+
 PKGBUILD |   45 ++++++++++++++++++++++++---------------------
 1 file changed, 24 insertions(+), 21 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2012-02-25 10:26:38 UTC (rev 151265)
+++ PKGBUILD	2012-02-25 10:27:13 UTC (rev 151266)
@@ -1,21 +0,0 @@
-# $Id$
-#Maintainer: Jan de Groot <jgc at archlinux.org>
-
-pkgname=kbproto
-pkgver=1.0.5
-pkgrel=1
-pkgdesc="X11 XKB extension wire protocol"
-arch=(any)
-url="http://xorg.freedesktop.org/"
-license=('custom')
-source=(${url}/releases/individual/proto/${pkgname}-${pkgver}.tar.bz2)
-sha1sums=('d95fada09399568c434729b436e1a09503e15b7a')
-
-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: kbproto/repos/extra-any/PKGBUILD (from rev 151265, kbproto/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2012-02-25 10:27:13 UTC (rev 151266)
@@ -0,0 +1,24 @@
+# $Id$
+#Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=kbproto
+pkgver=1.0.5
+pkgrel=2
+pkgdesc="X11 XKB extension wire protocol"
+arch=('any')
+url="http://xorg.freedesktop.org/"
+license=('custom')
+source=(${url}/releases/individual/proto/${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('d95fada09399568c434729b436e1a09503e15b7a')
+
+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