[arch-commits] Commit in recordproto/repos/extra-any (PKGBUILD PKGBUILD)
andyrtr at archlinux.org
andyrtr at archlinux.org
Fri Mar 23 17:19:41 UTC 2012
Date: Friday, March 23, 2012 @ 13:19:40
Author: andyrtr
Revision: 154138
archrelease: copy trunk to extra-any
Added:
recordproto/repos/extra-any/PKGBUILD
(from rev 154137, recordproto/trunk/PKGBUILD)
Deleted:
recordproto/repos/extra-any/PKGBUILD
----------+
PKGBUILD | 50 +++++++++++++++++++++++++-------------------------
1 file changed, 25 insertions(+), 25 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2012-03-23 17:19:18 UTC (rev 154137)
+++ PKGBUILD 2012-03-23 17:19:40 UTC (rev 154138)
@@ -1,25 +0,0 @@
-# $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"
-}
Copied: recordproto/repos/extra-any/PKGBUILD (from rev 154137, recordproto/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2012-03-23 17:19:40 UTC (rev 154138)
@@ -0,0 +1,25 @@
+# $Id$
+#Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=recordproto
+pkgver=1.14.2
+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=('1f48c4b0004d8b133efd0498e8d88d68d3b9199c')
+
+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