updated on Mon Jan 16 12:07:49 UTC 2012
[aur-mirror.git] / dirsize / PKGBUILD
blob4fbda2bf317db903cf782c2302f356ff06a8b04c
1 # Contributor: Daenyth <Daenyth+Arch AT gmail DOT com>
2 pkgname=dirsize
3 pkgver=0.6
4 pkgrel=1
5 pkgdesc="A tool to display the total size of all files in a directory. Does NOT recurse"
6 arch=(i686)
7 url="http://plasmasturm.org/code/dirsize/"
8 license=('GPL')
9 depends=(glibc)
10 source=(http://plasmasturm.org/code/$pkgname/$pkgname-$pkgver.tar.bz2)
11 md5sums=('1063cef016139f3964f5a16a52a4130b')
13 build() {
14   cd "$srcdir/$pkgname-$pkgver"
16   make || return 1
17   make DESTDIR="$pkgdir/" install
20 # vim:set ts=2 sw=2 et: