diff --git a/srcpkgs/faketime/template b/srcpkgs/faketime/template new file mode 100644 index 00000000000..3b35f709ace --- /dev/null +++ b/srcpkgs/faketime/template @@ -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 " +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