[arch-commits] Commit in libxext/trunk (PKGBUILD)
Eric Bélanger
eric at archlinux.org
Tue Apr 14 05:58:48 UTC 2009
Date: Tuesday, April 14, 2009 @ 01:58:48
Author: eric
Revision: 35593
upgpkg: libxext 1.0.5-2
Added license
Modified:
libxext/trunk/PKGBUILD
----------+
PKGBUILD | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2009-04-14 05:57:57 UTC (rev 35592)
+++ PKGBUILD 2009-04-14 05:58:48 UTC (rev 35593)
@@ -3,10 +3,11 @@
# Contributor: Jan de Groot <jgc at archlinux.org>
pkgname=libxext
pkgver=1.0.5
-pkgrel=1
+pkgrel=2
pkgdesc="X11 miscellaneous extensions library"
arch=(i686 x86_64)
url="http://xorg.freedesktop.org/"
+license=('custom')
depends=('libx11>=1.1.93' 'xextproto>=7.0.5')
makedepends=('pkgconfig')
options=('!libtool')
@@ -18,4 +19,5 @@
./configure --prefix=/usr --sysconfdir=/etc || return 1
make || 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