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

Eric Belanger eric at archlinux.org
Wed Oct 29 03:22:40 UTC 2008


    Date: Tuesday, October 28, 2008 @ 23:22:39
  Author: eric
Revision: 17395

upgpkg: pyxml 0.8.4-5
    added license

Modified:
  pyxml/trunk/PKGBUILD

----------+
 PKGBUILD |    6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2008-10-29 03:20:40 UTC (rev 17394)
+++ PKGBUILD	2008-10-29 03:22:39 UTC (rev 17395)
@@ -3,17 +3,19 @@
 
 pkgname=pyxml
 pkgver=0.8.4
-pkgrel=4
+pkgrel=5
 pkgdesc="Python XML parsing library."
 arch=(i686 x86_64)
 url="http://pyxml.sourceforge.net/"
+license=('custom')
 depends=('python')
 source=(http://downloads.sourceforge.net/sourceforge/pyxml/PyXML-${pkgver}.tar.gz)
+md5sums=('1f7655050cebbb664db976405fdba209')
 
-md5sums=(1f7655050cebbb664db976405fdba209)
 
 build() {
   cd ${startdir}/src/PyXML-${pkgver}
   python setup.py build
   python setup.py install --prefix=/usr --root=${startdir}/pkg
+  install -D -m644 LICENCE $startdir/pkg/usr/share/licenses/$pkgname/LICENSE
 }




More information about the arch-commits mailing list