[arch-commits] Commit in scons/repos/extra-any (PKGBUILD PKGBUILD)
Ray Rashif
schiv at archlinux.org
Mon Sep 12 08:00:03 UTC 2011
Date: Monday, September 12, 2011 @ 04:00:03
Author: schiv
Revision: 137886
archrelease: copy trunk to extra-any
Added:
scons/repos/extra-any/PKGBUILD
(from rev 137885, scons/trunk/PKGBUILD)
Deleted:
scons/repos/extra-any/PKGBUILD
----------+
PKGBUILD | 66 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 33 insertions(+), 33 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2011-09-12 07:59:40 UTC (rev 137885)
+++ PKGBUILD 2011-09-12 08:00:03 UTC (rev 137886)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Ray Rashif <schiv at archlinux.org>
-# Contributor: damir <damir at archlinux.org>
-# Contributor: Lukas Sabota <punkrockguy318 at comcast.net>
-# Contributor: Brice Carpentier <brice at dlfp.org>
-
-pkgname=scons
-pkgver=2.0.1
-pkgrel=1
-pkgdesc="Extensible Python-based build utility"
-arch=('any')
-url="http://scons.org"
-license=('MIT')
-depends=('python2')
-source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('beca648b894cdbf85383fffc79516d18')
-
-build() {
- cd "$srcdir/$pkgname-$pkgver"
-
- python2 setup.py install --standard-lib \
- --prefix=/usr \
- --install-data=/usr/share \
- --optimize=1 \
- --root="$pkgdir"
-
- # fix for python 2.7
- sed -i 's:^#!.*bin/env python:#!/usr/bin/env python2:' "$pkgdir"/usr/bin/*
-
- install -D -m644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim:set ts=2 sw=2 et:
Copied: scons/repos/extra-any/PKGBUILD (from rev 137885, scons/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2011-09-12 08:00:03 UTC (rev 137886)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Ray Rashif <schiv at archlinux.org>
+# Contributor: damir <damir at archlinux.org>
+# Contributor: Lukas Sabota <punkrockguy318 at comcast.net>
+# Contributor: Brice Carpentier <brice at dlfp.org>
+
+pkgname=scons
+pkgver=2.1.0
+pkgrel=1
+pkgdesc="Extensible Python-based build utility"
+arch=('any')
+url="http://scons.org"
+license=('MIT')
+depends=('python2')
+source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz)
+md5sums=('47daf989e303a045b76c11236df719df')
+
+build() {
+ cd "$srcdir/$pkgname-$pkgver"
+
+ python2 setup.py install --standard-lib \
+ --prefix=/usr \
+ --install-data=/usr/share \
+ --optimize=1 \
+ --root="$pkgdir"
+
+ # fix for python 2.7
+ sed -i 's:^#!.*bin/env python:#!/usr/bin/env python2:' "$pkgdir"/usr/bin/*
+
+ install -D -m644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:
More information about the arch-commits
mailing list