diff options
author | Holger Freyther <zecke@selfish.org> | 2007-05-10 16:49:55 +0000 |
---|---|---|
committer | Holger Freyther <zecke@selfish.org> | 2007-05-10 16:49:55 +0000 |
commit | e02b1a6c93d67c3d9d6ef7c4f0fd48177bdc5835 (patch) | |
tree | fe14d9b60b1d43f9f28a8347aff732f21e97de42 /packages/gperf/gperf-native_3.0.3.bb | |
parent | 3675b6af66fdab4701b21adca8ee18d4ed4f5a1d (diff) |
packages/gperf: Add GNU perfect hash generator. This is needed for WebKit
Add GNU gperf. The acinclude.m4 is a copy of the original aclocal.m4.
The checksum was generated on a verified binary. I decided to trust the
signature as it was signed by Daniel Jacobowitz.
Diffstat (limited to 'packages/gperf/gperf-native_3.0.3.bb')
-rw-r--r-- | packages/gperf/gperf-native_3.0.3.bb | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/packages/gperf/gperf-native_3.0.3.bb b/packages/gperf/gperf-native_3.0.3.bb new file mode 100644 index 0000000000..103d1aa3c2 --- /dev/null +++ b/packages/gperf/gperf-native_3.0.3.bb @@ -0,0 +1,10 @@ +require gperf_${PV}.bb + +S = "${WORKDIR}/gperf-${PV}" + +inherit native + +do_stage() { + install -d ${STAGING_BINDIR_NATIVE} + install ${S}/src/gperf ${STAGING_BINDIR_NATIVE} +} |