]> git.ipfire.org Git - ipfire-3.x.git/blobdiff - man-pages/man-pages.nm
suricata: Enable hyperscan
[ipfire-3.x.git] / man-pages / man-pages.nm
index 9ce6009bc74f4d755126dd11d19b68a87c2d8f91..bbce515bc27ed61d6cded54f3c44c92d0a22a704 100644 (file)
@@ -4,7 +4,7 @@
 ###############################################################################
 
 name       = man-pages
-version    = 3.38
+version    = 3.45
 release    = 1
 arch       = noarch
 
@@ -18,9 +18,23 @@ description
        Documentation Project (LDP).
 end
 
-source_dl  = %{url}
+source_dl  = http://www.kernel.org/pub/linux/docs/man-pages/
+sources    = %{thisapp}.tar.xz
 
 build
+       prepare_cmds
+               # Remove deprecated/unneeded stuff:
+
+               # libattr-devel
+               rm -vf man2/{,f,l}{get,list,remove,set}xattr.2
+
+               # db4
+               rm -vf man3/{db,btree,dbopen,hash,mpool,recno}.3
+
+               # misc.
+               rm -vf man2/pciconfig_{write,read,iobase}.2
+       end
+
        build = # Do nothing
 end