New package: faketime-0.9.6
This commit is contained in:
parent
120fccb813
commit
8911f7527b
|
@ -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
|
Loading…
Reference in New Issue