contrib/libfaketime/Pkgfile

18 lines
470 B
Plaintext
Raw Normal View History

# Description: Fake time preload library, report faked system time to programs without having to change the system-wide time.
2019-12-30 04:25:29 +01:00
# URL: https://github.com/wolfcw/libfaketime
2014-11-10 13:28:07 +01:00
# Maintainer: Danny Rawlins, crux at romster dot me
name=libfaketime
2021-03-04 09:13:42 +01:00
version=0.9.9
release=1
2019-12-30 04:25:29 +01:00
source=(https://github.com/wolfcw/$name/archive/v$version/$name-v$version.tar.gz)
build() {
2007-04-01 10:02:16 +02:00
cd libfaketime-$version
2011-10-12 14:45:43 +02:00
make PREFIX=/usr
make PREFIX=/usr DESTDIR=$PKG install
2019-12-30 04:25:29 +01:00
rm -r $PKG/usr/share/doc
2011-10-12 14:45:43 +02:00
}