# $Id: PKGBUILD 103175 2013-12-28 18:39:16Z lfleischer $ # Maintainer: Lukas Fleischer # Contributor: Dan Serban # Contributor: Ross Melin pkgname=libfaketime pkgver=0.9.5 pkgrel=1 pkgdesc='Report fake dates and times to programs without having to change the system-wide time.' arch=('i686' 'x86_64' 'mips64el') url='http://www.code-wizards.com/projects/libfaketime/' license=('GPL2') source=("http://www.code-wizards.com/projects/${pkgname}/${pkgname}-${pkgver}.tar.gz") md5sums=('89b5c71e6c6a93b1c6feba374ac37719') build() { cd "${pkgname}-${pkgver}" make } package() { cd "${pkgname}-${pkgver}" make PREFIX=/usr DESTDIR="${pkgdir}" install }