[arch-commits] Commit in bigreqsproto/repos (extra-x86_64 extra-x86_64/PKGBUILD)

Eric Bélanger eric at archlinux.org
Tue Mar 17 03:20:46 UTC 2009


    Date: Monday, March 16, 2009 @ 23:20:46
  Author: eric
Revision: 30180

Merged revisions 356,30179 via svnmerge from 
svn+ssh://svn.archlinux.org/srv/svn-packages/bigreqsproto/trunk

........
  r356 | aaron | 2008-04-18 18:56:27 -0400 (Fri, 18 Apr 2008) | 1 line
  
  Added svn:keywords to all PKGBUILDs
........
  r30179 | eric | 2009-03-16 23:20:21 -0400 (Mon, 16 Mar 2009) | 2 lines
  
  upgpkg: bigreqsproto 1.0.2-2
      Added license
........

Modified:
  bigreqsproto/repos/extra-x86_64/	(properties)
  bigreqsproto/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   12 +++++++-----
 1 file changed, 7 insertions(+), 5 deletions(-)


Property changes on: bigreqsproto/repos/extra-x86_64
___________________________________________________________________
Modified: svnmerge-integrated
   - /bigreqsproto/trunk:1
   + /bigreqsproto/trunk:1-30179

Modified: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2009-03-17 03:20:21 UTC (rev 30179)
+++ extra-x86_64/PKGBUILD	2009-03-17 03:20:46 UTC (rev 30180)
@@ -3,18 +3,20 @@
 
 pkgname=bigreqsproto
 pkgver=1.0.2
-pkgrel=1
+pkgrel=2
 pkgdesc="X11 Big Requests extension wire protocol"
 arch=(i686 x86_64)
 url="http://xorg.freedesktop.org/"
-source=(${url}/releases/individual/proto/${pkgname}-${pkgver}.tar.bz2)
+license=('custom:OpenGroup')
+source=(http://xorg.freedesktop.org/releases/individual/proto/${pkgname}-${pkgver}.tar.bz2)
 md5sums=('95c29d9d10bf2868996c0c47a3b9a8dc')
 sha1sums=('8f6c112f607a137dce5d8958753c770ac3f06c14')
 
 build() {
-  cd ${startdir}/src/${pkgname}-${pkgver}
-  ./configure --prefix=/usr
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr || return 1
   make || return 1
-  make DESTDIR=${startdir}/pkg install || return 1
+  make DESTDIR=${pkgdir} install || return 1
+  install -D -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
 }
 




More information about the arch-commits mailing list