contrib/libfaketime/Pkgfile
2007-04-01 18:02:16 +10:00

19 lines
625 B
Plaintext

# Description: Fake time preload library, report faked system time to programs without having to change the system-wide time.
# URL: http://www.code-wizards.com/projects/libfaketime/index.html
# Maintainer: Danny Rawlins, romster at shortcircuit dot net dot au
# Packager: Danny Rawlins, romster at shortcircuit dot net dot au
# Depends on:
name=libfaketime
version=0.5
release=1
source=(http://www.code-wizards.com/projects/libfaketime/libfaketime-$version.tar.gz)
build() {
cd libfaketime-$version
make
install -D libfaketime.so.1 $PKG/usr/lib/libfaketime.so.1
ln -sf libfaketime.so.1 $PKG/usr/lib/libfaketime.so
}