2006-11-21 22:03:23 +11:00
|
|
|
# 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
|
2006-11-21 22:03:23 +11:00
|
|
|
|
|
|
|
name=libfaketime
|
2019-12-30 14:25:29 +11:00
|
|
|
version=0.9.8
|
2006-11-21 22:03:23 +11:00
|
|
|
release=1
|
2019-12-30 14:25:29 +11:00
|
|
|
source=(https://github.com/wolfcw/$name/archive/v$version/$name-v$version.tar.gz)
|
2006-11-21 22:03:23 +11:00
|
|
|
|
|
|
|
build() {
|
2007-04-01 18:02:16 +10:00
|
|
|
cd libfaketime-$version
|
2006-11-21 22:03:23 +11:00
|
|
|
|
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
|
|
|
}
|