New package: faketime-0.9.6

This commit is contained in:
Enno Boland 2015-12-23 15:52:55 +01:00
parent 120fccb813
commit 8911f7527b
1 changed files with 14 additions and 0 deletions

14
srcpkgs/faketime/template Normal file
View File

@ -0,0 +1,14 @@
# Template file for 'faketime'
pkgname=faketime
version=0.9.6
revision=1
build_style=gnu-makefile
short_desc="modifies the system time for a single application"
maintainer="Enno Boland <gottox@voidlinux.eu>"
license="GPL-3"
homepage="https://github.com/wolfcw/libfaketime"
distfiles="https://github.com/wolfcw/libfaketime/archive/v$version.tar.gz"
checksum=56bc32006f4c5b021ff648cc1fd458c5316f40aadfd2031879229a234189b031
CFLAGS='-fPIC -DPREFIX=\"/usr\" -DLIBDIRNAME=\"/lib/faketime\"'
LDFLAGS='-lpthread'
wrksrc=lib$pkgname-$version