[arch-commits] Commit in scons/repos (extra-x86_64 extra-x86_64/PKGBUILD)
Eric Belanger
eric at archlinux.org
Wed Oct 8 03:04:18 UTC 2008
Date: Tuesday, October 7, 2008 @ 23:04:18
Author: eric
Revision: 14534
fixing svn conflict
Modified:
scons/repos/extra-x86_64/ (properties)
scons/repos/extra-x86_64/PKGBUILD
----------+
PKGBUILD | 10 ++++------
1 file changed, 4 insertions(+), 6 deletions(-)
Property changes on: scons/repos/extra-x86_64
___________________________________________________________________
Name: svnmerge-integrated
- /scons/trunk:1-3107
+ /scons/trunk:1-14533
Modified: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD 2008-10-08 02:52:09 UTC (rev 14533)
+++ extra-x86_64/PKGBUILD 2008-10-08 03:04:18 UTC (rev 14534)
@@ -4,22 +4,20 @@
# Contributor: Brice Carpentier <brice at dlfp.org>
pkgname=scons
-pkgver=0.98.5
+pkgver=1.0.1
pkgrel=1
pkgdesc="SCons is an open source software contruction tool that is a substitute for make."
arch=("i686" "x86_64")
url="http://scons.org"
license=("custom")
depends=('python')
-mirror="puzzle"
-#mirror="switch"
-source=("http://$mirror.dl.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz")
+source=("http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz")
+md5sums=('139ef2e108789afe25ee0bdbb138b8c0')
+
build() {
cd $startdir/src/$pkgname-$pkgver
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=('640dfc99a29523a06dbeaac299a3e0a0')
More information about the arch-commits
mailing list