15 lines
534 B
Bash
15 lines
534 B
Bash
# Template file for 'faketime'
|
|
pkgname=faketime
|
|
version=0.9.7
|
|
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=4d65f368b2d53ee2f93a25d5e9541ce27357f2b95e5e5afff210e0805042811e
|
|
CFLAGS='-fPIC -DPREFIX=\"/usr\" -DLIBDIRNAME=\"/lib/faketime\"'
|
|
LDFLAGS='-lpthread'
|
|
wrksrc=lib$pkgname-$version
|