File: README.source

package info (click to toggle)
idlestat 0.8-4
  • links: PTS
  • area: main
  • in suites: bullseye
  • size: 452 kB
  • sloc: ansic: 6,237; makefile: 57
file content (16 lines) | stat: -rw-r--r-- 502 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Notes on the .orig tarball:

The .orig tarball does not currently exist for this project. Instead
one was generated from the original git repository at
git://git.linaro.org/power/idlestat.git and from the 0.3 tag the
tar ball was generated.

The following commands were used:

git clone git://git.linaro.org/power/idlestat.git
cd idlestat
git checkout idlestat-0.3
mkdir idlestat-0.3
cp -rp Makefile *.c *.h README Android.mk idlestat-0.3/
tar -zcf idlestat-0.3.tar.gz idlestat-0.3
rm -rf idlestat-0.3