1
0
forked from ports/contrib

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 14:25:29 +11:00
# URL: https://github.com/wolfcw/libfaketime
2014-11-10 23:28:07 +11:00
# Maintainer: Danny Rawlins, crux at romster dot me
name=libfaketime
2019-12-30 14:25:29 +11:00
version=0.9.8
release=1
2019-12-30 14:25:29 +11:00
source=(https://github.com/wolfcw/$name/archive/v$version/$name-v$version.tar.gz)
build() {
2007-04-01 18:02:16 +10:00
cd libfaketime-$version
2011-10-12 23:45:43 +11:00
make PREFIX=/usr
make PREFIX=/usr DESTDIR=$PKG install
2019-12-30 14:25:29 +11:00
rm -r $PKG/usr/share/doc
2011-10-12 23:45:43 +11:00
}