updated on Thu Jan 12 08:01:00 UTC 2012
[aur-mirror.git] / rmlint / PKGBUILD
blobce7aef58d58a2fae1497b348b497623be0e86833
1 # Maintainer: SahibBommelig <sahib@online.de>
2 # rmlint PKBUILD for ArchLinux 
3 pkgname=rmlint
4 pkgver=1.0.8
5 pkgrel=1
6 pkgdesc="Tool to remove duplicates and other lint, being much faster than fdupes"
7 arch=('i686' 'x86_64')
9 license=('GPL3')
10 url=("https://github.com/sahib/rmlint")
11 depends=('glibc')
12 source=('https://github.com/downloads/sahib/rmlint/rmlint_1.0.8.tar.gz')
13 md5sums=('a3e12cde8083e982101c101551bd7d2f')
14 md5sums=('f95f1440f55fea67bef8f67b33a61e93')
16 build() 
18     cd ${srcdir}/${pkgname}
19     ./configure --prefix=/usr
20     make || return 1
23 package() {
24   cd ${srcdir}/${pkgname}
25   make DESTDIR=$pkgdir install || return 1