diff options
author | Justin Patrin <papercrane@gmail.com> | 2007-01-27 19:09:28 +0000 |
---|---|---|
committer | Justin Patrin <papercrane@gmail.com> | 2007-01-27 19:09:28 +0000 |
commit | 5425c3b212ca2237b7fc79bfce79d36644927834 (patch) | |
tree | be298986dc0673ddead2df71cf64468e9f248a4b /packages/libnl/libnl_0.5.0.bb | |
parent | ccdf1a772e36476ac991c1e9b48e6083e0d12759 (diff) | |
parent | 8a979a6304232624b772cc4b34e3cb24f25deed9 (diff) |
merge of '4c6648cc891f04859672dcba49bb1bb243e2340d'
and '95c991e65f8c2e790e4cc2627adee6399cef945f'
Diffstat (limited to 'packages/libnl/libnl_0.5.0.bb')
-rw-r--r-- | packages/libnl/libnl_0.5.0.bb | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/packages/libnl/libnl_0.5.0.bb b/packages/libnl/libnl_0.5.0.bb new file mode 100644 index 0000000000..5d1e8d3fc0 --- /dev/null +++ b/packages/libnl/libnl_0.5.0.bb @@ -0,0 +1,11 @@ +DESCRIPTION = "Netlink library" +HOMEPAGE = "http://people.suug.ch/~tgr/libnl/" +SECTION = "libraries/network" +LICENSE = "GPLv2.1" +PR = "r0" + +SRC_URI = "http://people.suug.ch/~tgr/libnl/files/libnl-0.5.0.tar.gz \ + file://libnl-0.5.0-include.diff;patch=1 \ + file://fix-helpers.patch;patch=1" + +inherit autotools |