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

Alexander Baldeck alexander at archlinux.org
Mon Apr 21 09:43:18 UTC 2008


    Date: Monday, April 21, 2008 @ 05:43:18
  Author: alexander
Revision: 567

upgpkg printproto 1.0.4

Modified:
  printproto/trunk/PKGBUILD

----------+
 PKGBUILD |   13 ++++++++-----
 1 file changed, 8 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2008-04-21 09:41:54 UTC (rev 566)
+++ PKGBUILD	2008-04-21 09:43:18 UTC (rev 567)
@@ -1,19 +1,22 @@
 # $Id$
-#Maintainer: Jan de Groot <jgc at archlinux.org>
-
+# Maintainer: Alexander Baldeck <alexander at archlinux.org>
+# Contributor: Jan de Groot <jgc at archlinux.org>
 pkgname=printproto
-pkgver=1.0.3
+pkgver=1.0.4
 pkgrel=1
 pkgdesc="X11 print extension wire protocol"
 arch=(i686 x86_64)
+license=('custom')
 url="http://xorg.freedesktop.org/"
 source=(${url}/releases/individual/proto/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('0f4e7982c6d4ec3b2cf38502dd1293a3')
-sha1sums=('c9b62c20ed50ce44c4835d5fd2d1bb52af66f75f')
 
 build() {
   cd ${startdir}/src/${pkgname}-${pkgver}
   ./configure --prefix=/usr
   make || return 1
   make DESTDIR=${startdir}/pkg install || return 1
+
+  install -D -m644 ${startdir}/src/${pkgname}-${pkgver}/COPYING \
+                   ${startdir}/pkg/usr/share/licenses/${pkgname}/COPYING
 }
+md5sums=('7321847a60748b4d2f1fa16db4b6ede8')





More information about the arch-commits mailing list