[arch-commits] Commit in inputproto/trunk (PKGBUILD)

andyrtr at archlinux.org andyrtr at archlinux.org
Fri Feb 3 15:53:04 UTC 2012


    Date: Friday, February 3, 2012 @ 10:53:04
  Author: andyrtr
Revision: 148534

upgpkg: inputproto 2.1.99.5-1

upstream prerelease 2.1.99.5; add asciidoc makedep to create the doc files

Modified:
  inputproto/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-02-03 15:37:59 UTC (rev 148533)
+++ PKGBUILD	2012-02-03 15:53:04 UTC (rev 148534)
@@ -2,20 +2,24 @@
 # Maintainer: Jan de Groot <jgc at archlinux.org>
 
 pkgname=inputproto
-pkgver=2.0.2
+pkgver=2.1.99.5
 pkgrel=1
 pkgdesc="X11 Input extension wire protocol"
 arch=(any)
 license=('custom')
 url="http://xorg.freedesktop.org/"
-makedepends=('xorg-util-macros')
+makedepends=('xorg-util-macros' 'asciidoc')
 source=(${url}/releases/individual/proto/${pkgname}-${pkgver}.tar.bz2)
-sha1sums=('a34c01c67aa2ed9058ff19ace0041978b1d8d711')
+sha1sums=('cfc5c69a47a7fe4eb1349c08d09c209087b1a9e3')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
   ./configure --prefix=/usr
   make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
   make DESTDIR="${pkgdir}" install
 
   install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"




More information about the arch-commits mailing list