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

Allan McRae allan at archlinux.org
Sat Feb 25 09:51:52 UTC 2012


    Date: Saturday, February 25, 2012 @ 04:51:52
  Author: allan
Revision: 151244

archrelease: copy trunk to extra-any

Added:
  recordproto/repos/extra-any/PKGBUILD
    (from rev 151243, recordproto/trunk/PKGBUILD)
Deleted:
  recordproto/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2012-02-25 09:51:01 UTC (rev 151243)
+++ PKGBUILD	2012-02-25 09:51:52 UTC (rev 151244)
@@ -1,22 +0,0 @@
-# $Id$
-#Maintainer: Jan de Groot <jgc at archlinux.org>
-
-pkgname=recordproto
-pkgver=1.14.1
-pkgrel=1
-pkgdesc="X11 Record 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=('14acb36540814bfe5d3caf47311b72a3bf1322bd')
-
-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: recordproto/repos/extra-any/PKGBUILD (from rev 151243, recordproto/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2012-02-25 09:51:52 UTC (rev 151244)
@@ -0,0 +1,25 @@
+# $Id$
+#Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=recordproto
+pkgver=1.14.1
+pkgrel=2
+pkgdesc="X11 Record 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=('14acb36540814bfe5d3caf47311b72a3bf1322bd')
+
+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