contrib/libfaketime/Pkgfile

18 lines
449 B
Plaintext
Raw Normal View History

2023-08-13 11:03:13 +02:00
# 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
2023-08-13 11:03:13 +02:00
# Maintainer: unmaintained
name=libfaketime
2022-06-01 07:48:20 +02:00
version=0.9.10
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() {
2023-08-13 11:03:13 +02:00
cd libfaketime-$version
2023-08-13 11:03:13 +02:00
make PREFIX=/usr
make PREFIX=/usr DESTDIR=$PKG install
2011-10-12 14:45:43 +02:00
2023-08-13 11:03:13 +02:00
rm -r $PKG/usr/share/doc
2011-10-12 14:45:43 +02:00
}