diff options
author | Phil Blundell <philb@gnu.org> | 2007-01-28 16:14:43 +0000 |
---|---|---|
committer | Phil Blundell <philb@gnu.org> | 2007-01-28 16:14:43 +0000 |
commit | 25fd37ef987368dd32eba359273c5af98158a364 (patch) | |
tree | 5f2320dd99ebfb6fd219bd57a9395ebddeee6537 /packages/libnl/libnl_0.5.0.bb | |
parent | b099d3ec077475cf9e24c271fdbd4c1ddbbb70b1 (diff) | |
parent | 6baa6c1f96b3137abdaf5d50af955115844197ae (diff) |
merge of '7a32604865cb7ad63fbc7f14acda9e02229b44b5'
and '9ab9482d0ea26dbc9267d10e1eb42cc1a7546b6b'
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 |