[arch-commits] Commit in fixesproto/repos/extra-any (PKGBUILD PKGBUILD)
Allan McRae
allan at archlinux.org
Sat Feb 25 10:07:40 UTC 2012
Date: Saturday, February 25, 2012 @ 05:07:40
Author: allan
Revision: 151256
archrelease: copy trunk to extra-any
Added:
fixesproto/repos/extra-any/PKGBUILD
(from rev 151255, fixesproto/trunk/PKGBUILD)
Deleted:
fixesproto/repos/extra-any/PKGBUILD
----------+
PKGBUILD | 49 ++++++++++++++++++++++++++-----------------------
1 file changed, 26 insertions(+), 23 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2012-02-25 10:06:40 UTC (rev 151255)
+++ PKGBUILD 2012-02-25 10:07:40 UTC (rev 151256)
@@ -1,23 +0,0 @@
-# $Id$
-#Maintainer: Jan de Groot <jgc at archlinux.org>
-
-pkgname=fixesproto
-pkgver=5.0
-pkgrel=1
-pkgdesc="X11 Fixes extension wire protocol"
-arch=(any)
-url="http://xorg.freedesktop.org/"
-license=('custom')
-depends=('xproto' 'xextproto')
-makedepends=('xorg-util-macros')
-source=(${url}/releases/individual/proto/${pkgname}-${pkgver}.tar.bz2)
-sha1sums=('ab605af5da8c98c0c2f8b2c578fed7c864ee996a')
-
-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: fixesproto/repos/extra-any/PKGBUILD (from rev 151255, fixesproto/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2012-02-25 10:07:40 UTC (rev 151256)
@@ -0,0 +1,26 @@
+# $Id$
+#Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=fixesproto
+pkgver=5.0
+pkgrel=2
+pkgdesc="X11 Fixes extension wire protocol"
+arch=('any')
+url="http://xorg.freedesktop.org/"
+license=('custom')
+depends=('xproto' 'xextproto')
+makedepends=('xorg-util-macros')
+source=(${url}/releases/individual/proto/${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('ab605af5da8c98c0c2f8b2c578fed7c864ee996a')
+
+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