updated on Wed Jan 25 16:08:47 UTC 2012
[aur-mirror.git] / tmpwatch / PKGBUILD
blob81551155dd8774fb74f9607f6bba5b0e6838abae
1 # Maintainer: Daniele Paolella <dp@hostess-promoter.com>
2 pkgname=tmpwatch
3 pkgver=2.10.3
4 pkgrel=1
5 pkgdesc="Removes files which haven't been accessed for a period of time"
6 arch=('i686' 'x86_64')
7 url="http://fedorahosted.org/tmpwatch/"
8 license=('GPL2')
9 depends=('glibc')
10 changelog=ChangeLog
11 source=("https://fedorahosted.org/releases/t/m/tmpwatch/tmpwatch-$pkgver.tar.bz2")
12 md5sums=('ec9cf26552582e4f106e97b0104ffc9c')
14 build() {
15   cd "$srcdir/$pkgname-$pkgver"
16   ./configure --prefix=/usr
17   make
20 package() {
21   cd "$srcdir/$pkgname-$pkgver"
22   make DESTDIR="$pkgdir/" install
25 # vim:set ts=2 sw=2 et: