[arch-commits] Commit in pyrex/trunk (ChangeLog LICENSE PKGBUILD)

Eric Belanger eric at archlinux.org
Fri Sep 5 21:12:00 UTC 2008


    Date: Friday, September 5, 2008 @ 17:12:00
  Author: eric
Revision: 11867

upgpkg: pyrex 0.9.8.5-1
    Added license

Added:
  pyrex/trunk/LICENSE
Modified:
  pyrex/trunk/ChangeLog
  pyrex/trunk/PKGBUILD

-----------+
 ChangeLog |    4 ++++
 LICENSE   |    2 ++
 PKGBUILD  |    8 ++++----
 3 files changed, 10 insertions(+), 4 deletions(-)

Modified: ChangeLog
===================================================================
--- ChangeLog	2008-09-05 21:09:35 UTC (rev 11866)
+++ ChangeLog	2008-09-05 21:12:00 UTC (rev 11867)
@@ -1,4 +1,8 @@
+2008-09-05  Eric Belanger  <eric at archlinux.org>
 
+	* pyrex 0.9.8.5-1
+	* Added license
+
 2008-07-06  Douglas Soares de Andrade  <douglas at archlinux.org>
 
 	* Updating for x86_64 - 0.9.8.4

Added: LICENSE
===================================================================
--- LICENSE	                        (rev 0)
+++ LICENSE	2008-09-05 21:12:00 UTC (rev 11867)
@@ -0,0 +1,2 @@
+Pyrex is free of restrictions. You may use, redistribute, modify and
+distribute modified versions.

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2008-09-05 21:09:35 UTC (rev 11866)
+++ PKGBUILD	2008-09-05 21:12:00 UTC (rev 11867)
@@ -9,13 +9,13 @@
 pkgdesc="Language for writing Python extension modules"
 arch=("i686" "x86_64")
 url="http://www.cosc.canterbury.ac.nz/~greg/python/Pyrex/"
-license=""
+license=('custom')
 depends=('python>=2.5')
-source=(http://www.cosc.canterbury.ac.nz/~greg/python/Pyrex/Pyrex-${pkgver}.tar.gz)
+source=(http://www.cosc.canterbury.ac.nz/~greg/python/Pyrex/Pyrex-${pkgver}.tar.gz LICENSE)
+md5sums=('3b3d8397c2c9a58fc59a90e2b49c651a' 'f40400d28306b23414017a1da7f2e30d')
 
-md5sums=('3b3d8397c2c9a58fc59a90e2b49c651a')
-
 build() {
     cd ${startdir}/src/Pyrex-${pkgver}
     python setup.py install --root=${startdir}/pkg --prefix=/usr
+    install -D -m644 ../LICENSE ${startdir}/pkg/usr/share/licenses/${pkgname}/LICENSE
 }




More information about the arch-commits mailing list