diff options
author | davidovski <david@davidovski.xyz> | 2022-01-31 23:22:43 +0000 |
---|---|---|
committer | davidovski <david@davidovski.xyz> | 2022-01-31 23:23:14 +0000 |
commit | 41ffcfbe7e2ca82cc73c7c24447750420f96087a (patch) | |
tree | d6809be84af28be7d533eda136d8ba91fc574ccd /repo | |
parent | cf8eef0d317a8f62ceffab488e2a770e3c8d927f (diff) |
fixed missing docs for libnl
Diffstat (limited to 'repo')
-rw-r--r-- | repo/system/libnl.xibuild | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/repo/system/libnl.xibuild b/repo/system/libnl.xibuild index 1a9ed2b..df79134 100644 --- a/repo/system/libnl.xibuild +++ b/repo/system/libnl.xibuild @@ -3,8 +3,10 @@ MAKEDEPS=() DEPS=(glibc) -PKG_VER=3.7 -SOURCE=https://github.com/thom311/libnl/releases/download/libnl3_5_0/libnl-3.5.0.tar.gz +PKG_VER=3.5.0 +SOURCE=https://github.com/thom311/libnl/releases/download/libnl$(echo $PKG_VER | sed 's/\./_/g')/libnl-$PKG_VER.tar.gz +ADDITIONAL=(https://github.com/thom311/libnl/releases/download/libnl$(echo $PKG_VER | sed 's/\./_/g')/libnl-doc-$PKG_VER.tar.gz) + DESC="Library for applications dealing with netlink sockets" build () { |