
Receipt for package "fake-hwclock"
# SliTaz package receipt. PACKAGE="fake-hwclock" VERSION="0.13" CATEGORY="network" TAGS="clock" SHORT_DESC="Save/restore system clock on machines without working RTC hardware." MAINTAINER="maintainer@slitaz.org" LICENSE="GPL" WEB_SITE="https://git.einval.com/cgi-bin/gitweb.cgi?p=fake-hwclock.git" TARBALL="$PACKAGE-$VERSION.tar.bz2" WGET_URL="git|https://git.einval.com/git/fake-hwclock.git" BRANCH="75363d85aac2423fbd15c61f3729e63fea4019df" BUILD_DEPENDS="git" # What is the latest version available today? current_version() { wget -O - https://git.einval.com/cgi-bin/gitweb.cgi?p=fake-hwclock.git 2>/dev/null | \ sed '/tags\/v[0-9]/!d;s|.*/tags/v||;s|".*||;q' } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/sbin $fs/etc/init.d cp $src/fake-hwclock $fs/usr/sbin cp $stuff/fake-hwclock $fs/etc/init.d cp $stuff/fake-hwclock.data $fs/etc } post_install() { # Ensure we have start point echo $(date '+%Y-%m-%d %H:%M:%S') > /etc/fake-hwclock.data }
6011 packages and 861676 files in cooking database (Sun Jun 8 00:51:35 2025)