summaryrefslogtreecommitdiff
path: root/community/kleansweep/PKGBUILD
blob: af1a76b67d4d38541ecb74cd98f56cdf0b5c7169 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# $Id: PKGBUILD 40230 2011-02-22 02:27:36Z stephane $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Maintainer: Guillermo A. Amaral <me@guillermoamaral.com>

pkgname=kleansweep
pkgver=0.2.9
pkgrel=4
pkgdesc="Allows you to reclaim disk space by finding unneeded files"
license=("GPL")
url="http://linux.bydg.org/~yogin/"
arch=(i686 x86_64 'mips64el')
depends=('kdelibs3' 'python')
makedepends=('scons')
options=('libtool')
source=(http://linux-projects.net/d/kleansweep-$pkgver.tar.gz
	kubuntu_03_fix_scons_chmod_error.patch)
md5sums=('25fea364644590acd23fe766506e0b92'
         'bebb833313fc184848b5fef77a7cb310')

build()
{
  cd $srcdir/$pkgname-$pkgver
  [ $NOEXTRACT -eq 1 ] || patch -p1 <$srcdir/kubuntu_03_fix_scons_chmod_error.patch
  [ $NOEXTRACT -eq 1 ] || ./configure
  scons 
  scons install DESTDIR=$pkgdir
}