summaryrefslogtreecommitdiff
path: root/community/kleansweep
diff options
context:
space:
mode:
authorNicolas Reynolds <fauno@kiwwwi.com.ar>2011-11-24 11:07:35 -0300
committerNicolas Reynolds <fauno@kiwwwi.com.ar>2011-11-24 11:07:35 -0300
commit8d32e471d53634b308adf93007922a6ccbd2b830 (patch)
tree606fdcd5508936ffdfc7cf510a16b7324c2792e2 /community/kleansweep
parent4c9d76f582ae64854e30113e7f7dc621af3db820 (diff)
parent1e1e4927b05d9b242bfe83794e3a98ab2c8f79ef (diff)
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts: community/augeas/PKGBUILD community/chmsee/PKGBUILD community/cupsddk/PKGBUILD community/optipng/PKGBUILD community/pcb/PKGBUILD community/taglib-rcc/PKGBUILD community/wmctrl/PKGBUILD extra/c-ares/PKGBUILD multilib/lib32-freetype2/PKGBUILD
Diffstat (limited to 'community/kleansweep')
-rw-r--r--community/kleansweep/PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/community/kleansweep/PKGBUILD b/community/kleansweep/PKGBUILD
index af1a76b67..d3d763040 100644
--- a/community/kleansweep/PKGBUILD
+++ b/community/kleansweep/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 40230 2011-02-22 02:27:36Z stephane $
+# $Id: PKGBUILD 59212 2011-11-21 15:18:48Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Maintainer: Guillermo A. Amaral <me@guillermoamaral.com>
@@ -12,16 +12,16 @@ arch=(i686 x86_64 'mips64el')
depends=('kdelibs3' 'python')
makedepends=('scons')
options=('libtool')
-source=(http://linux-projects.net/d/kleansweep-$pkgver.tar.gz
+#source=(http://linux-projects.net/d/kleansweep-$pkgver.tar.gz
+source=(http://arch.p5n.pp.ru/~sergej/dl/2011/kleansweep-$pkgver.tar.gz
kubuntu_03_fix_scons_chmod_error.patch)
md5sums=('25fea364644590acd23fe766506e0b92'
'bebb833313fc184848b5fef77a7cb310')
-build()
-{
+build() {
cd $srcdir/$pkgname-$pkgver
[ $NOEXTRACT -eq 1 ] || patch -p1 <$srcdir/kubuntu_03_fix_scons_chmod_error.patch
[ $NOEXTRACT -eq 1 ] || ./configure
- scons
+ scons
scons install DESTDIR=$pkgdir
}