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_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_3.0.3.bb')
-rw-r--r-- | packages/gperf/gperf_3.0.3.bb | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/packages/gperf/gperf_3.0.3.bb b/packages/gperf/gperf_3.0.3.bb new file mode 100644 index 0000000000..7abfb8fbfb --- /dev/null +++ b/packages/gperf/gperf_3.0.3.bb @@ -0,0 +1,8 @@ +HOMEPAGE = "http://www.gnu.org/software/gperf" +LICENSE = "GPL" +SUMMARY = "Generate a perfect hash function from a set of keywords" + +SRC_URI = "${GNU_MIRROR}/gperf/gperf-${PV}.tar.gz \ + file://autoreconf.patch;patch=1" + +inherit autotools |