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

Jan de Groot jgc at archlinux.org
Sun Oct 31 15:47:03 UTC 2010


    Date: Sunday, October 31, 2010 @ 11:47:03
  Author: jgc
Revision: 97554

upgpkg: fixesproto 4.1.2-1
Update to 4.1.2

Modified:
  fixesproto/trunk/PKGBUILD

----------+
 PKGBUILD |   17 +++++++++--------
 1 file changed, 9 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-10-31 15:44:10 UTC (rev 97553)
+++ PKGBUILD	2010-10-31 15:47:03 UTC (rev 97554)
@@ -2,21 +2,22 @@
 #Maintainer: Jan de Groot <jgc at archlinux.org>
 
 pkgname=fixesproto
-pkgver=4.1.1
+pkgver=4.1.2
 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)
-md5sums=('4c1cb4f2ed9f34de59f2f04783ca9483')
+sha1sums=('c9cda7ff37849250c328f8dc52dc0f6e546df3a5')
 
 build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr || return 1
-  make || return 1
-  make DESTDIR=${pkgdir} install || return 1
-  install -D -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+  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}/"
 }
-




More information about the arch-commits mailing list