From: John Vogel Date: Sun, 15 May 2016 04:33:06 +0000 (-0400) Subject: Add set_time, replace hwclock functionality X-Git-Url: http://gitweb/?a=commitdiff_plain;h=3ac95e35311ecba45b154170b093a96b862361b4;p=ports%2Fraspberrypi2-arm.git Add set_time, replace hwclock functionality --- diff --git a/set_time/.footprint b/set_time/.footprint new file mode 100644 index 0000000..d2d7138 --- /dev/null +++ b/set_time/.footprint @@ -0,0 +1,2 @@ +drwxr-xr-x root/root sbin/ +-rwxr-xr-x root/root sbin/set_time diff --git a/set_time/.md5sum b/set_time/.md5sum new file mode 100644 index 0000000..0d6a066 --- /dev/null +++ b/set_time/.md5sum @@ -0,0 +1 @@ +232c3c88343f3f3c36a1a5e576ea0a67 set_time-6f412df.tar.xz diff --git a/set_time/Pkgfile b/set_time/Pkgfile new file mode 100644 index 0000000..6122d28 --- /dev/null +++ b/set_time/Pkgfile @@ -0,0 +1,15 @@ +# Description: save/restore system time based on mtime of program +# URL: http://erebus.in/projects/set_time.git +# Maintainer: CRUX System Team, core-ports at crux dot nu +# Arch Maintainer: CRUX-ARM System Team, devel at crux-arm dot nu + +name=set_time +version=6f412df +release=1 +source=(http://stygian.me/crux-arm/distfiles/$name-$version.tar.xz) + +build() { + cd $name-$version + make + make DESTDIR=$PKG install +}