[arch-commits] Commit in scons/repos (extra-i686 extra-i686/PKGBUILD)

Eric Belanger eric at archlinux.org
Sat May 3 02:44:26 UTC 2008


    Date: Friday, May 2, 2008 @ 22:44:26
  Author: eric
Revision: 1260

Merged revisions 2-1259 via svnmerge from 
svn+ssh://svn.archlinux.org/home/svn-packages/scons/trunk

........
  r356 | aaron | 2008-04-18 18:56:27 -0400 (Fri, 18 Apr 2008) | 1 line
  
  Added svn:keywords to all PKGBUILDs
........
  r1233 | damir | 2008-05-02 06:42:34 -0400 (Fri, 02 May 2008) | 1 line
  
  upgpkg: scons 0.98.3-1
........
  r1259 | eric | 2008-05-02 22:44:09 -0400 (Fri, 02 May 2008) | 2 lines
  
  upgpkg: scons 0.98.3-1
      FSH man pages
........

Modified:
  scons/repos/extra-i686/	(properties)
  scons/repos/extra-i686/PKGBUILD

----------+
 PKGBUILD |    7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)


Property changes on: scons/repos/extra-i686
___________________________________________________________________
Name: svnmerge-integrated
   - /scons/trunk:1
   + /scons/trunk:1-1259

Modified: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2008-05-03 02:44:09 UTC (rev 1259)
+++ extra-i686/PKGBUILD	2008-05-03 02:44:26 UTC (rev 1260)
@@ -4,7 +4,7 @@
 # Contributor: Brice Carpentier <brice at dlfp.org>
 
 pkgname=scons
-pkgver=0.97
+pkgver=0.98.3
 pkgrel=1
 pkgdesc="SCons is an open source software contruction tool that is a substitute for make."
 arch=("i686" "x86_64")
@@ -14,11 +14,12 @@
 mirror="switch"
 #mirror="switch"
 source=("http://$mirror.dl.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz")
+md5sums=('0b81b8338d356dcef3b3923d9602dfde')
 
 build() {
   cd $startdir/src/$pkgname-$pkgver
-  python setup.py install --standard-lib --prefix=/usr --root=$startdir/pkg
+  python setup.py install --standard-lib --prefix=/usr --install-data=/usr/share --root=$startdir/pkg
   install -D -m644 $startdir/src/$pkgname-$pkgver/LICENSE.txt $startdir/pkg/usr/share/licenses/$pkgname/LICENSE
 }
 
-md5sums=('de530fa29e83f3b6efb618873398fa31')
+





More information about the arch-commits mailing list