# $Id: PKGBUILD 47438 2011-05-23 06:26:34Z lfleischer $ # Maintainer: Lukas Fleischer # Contributor: Dan Serban # Contributor: Ross Melin pkgname=libfaketime pkgver=0.8.1 pkgrel=1 pkgdesc='Report fake dates and times to programs without having to change the system-wide time.' arch=('i686' 'x86_64') url='http://www.code-wizards.com/projects/libfaketime/' license=('GPL2') source=("http://www.code-wizards.com/projects/${pkgname}/${pkgname}-${pkgver}.tar.gz") md5sums=('113d75d73e39f0f5022dc7385628d57c') build() { cd "${pkgname}-${pkgver}" make } package() { cd "${pkgname}-${pkgver}" make PREFIX=/usr DESTDIR="${pkgdir}" install }