[arch-commits] Commit in xproto/repos (testing-x86_64 testing-x86_64/PKGBUILD)
Alexander Baldeck
alexander at archlinux.org
Mon Apr 21 09:39:16 UTC 2008
Date: Monday, April 21, 2008 @ 05:39:16
Author: alexander
Revision: 562
Added:
xproto/repos/testing-x86_64/
(from rev 560, xproto/trunk)
Modified:
xproto/repos/testing-x86_64/PKGBUILD
----------+
PKGBUILD | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)
Copied: xproto/repos/testing-x86_64 (from rev 560, xproto/trunk)
Modified: testing-x86_64/PKGBUILD
===================================================================
--- xproto/trunk/PKGBUILD 2008-04-21 09:33:48 UTC (rev 560)
+++ testing-x86_64/PKGBUILD 2008-04-21 09:39:16 UTC (rev 562)
@@ -2,10 +2,11 @@
# Maintainer: Alexander Baldeck <alexander at archlinux.org>
# Contributor: Jan de Groot <jgc at archlinux.org>
pkgname=xproto
-pkgver=7.0.11
+pkgver=7.0.12
pkgrel=1
pkgdesc="X11 core wire protocol and auxiliary headers"
arch=(i686 x86_64)
+license=('custom')
url="http://xorg.freedesktop.org/"
source=(${url}/releases/individual/proto/${pkgname}-${pkgver}.tar.bz2)
@@ -14,5 +15,8 @@
./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=('6b6c266576d81c505aa4a1828151f7f8')
+md5sums=('388234421add6c1760b4fc99fcdc76b0')
More information about the arch-commits
mailing list