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

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


    Date: Saturday, February 25, 2012 @ 02:25:02
  Author: allan
Revision: 151198

archrelease: copy trunk to extra-any

Added:
  xcmiscproto/repos/extra-any/PKGBUILD
    (from rev 151197, xcmiscproto/trunk/PKGBUILD)
Deleted:
  xcmiscproto/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2012-02-25 07:24:21 UTC (rev 151197)
+++ PKGBUILD	2012-02-25 07:25:02 UTC (rev 151198)
@@ -1,22 +0,0 @@
-# $Id$
-#Maintainer: Jan de Groot <jgc at archlinux.org>
-
-pkgname=xcmiscproto
-pkgver=1.2.1
-pkgrel=1
-pkgdesc="X11 XC-Miscellaneous 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=('ff7ddb6e5698bf4461a524ca30f3b32e2a9dce8a')
-
-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: xcmiscproto/repos/extra-any/PKGBUILD (from rev 151197, xcmiscproto/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2012-02-25 07:25:02 UTC (rev 151198)
@@ -0,0 +1,25 @@
+# $Id$
+#Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=xcmiscproto
+pkgver=1.2.1
+pkgrel=2
+pkgdesc="X11 XC-Miscellaneous 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=('ff7ddb6e5698bf4461a524ca30f3b32e2a9dce8a')
+
+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