]> git.ipfire.org Git - people/pmueller/ipfire-3.x.git/blobdiff - lldpd/lldpd.nm
flex: Update to 2.6.4
[people/pmueller/ipfire-3.x.git] / lldpd / lldpd.nm
index 0c6bec82502324ab6a8ec4cb545901d1d5858d1b..20542cb50dd4206cd31f38723cffad2e86016d9a 100644 (file)
@@ -4,30 +4,33 @@
 ###############################################################################
 
 name       = lldpd
-version    = 0.5.4
-release    = 2
+version    = 1.0.1
+release    = 1
 
 groups     = Networking/Tools
-url        = https://trac.luffy.cx/lldpd/
-license    = GPL
-summary    = Utilities for the Link Layer Discovery Protocol.
+url        = http://vincentbernat.github.com/lldpd/
+license    = ISC
+summary    = Utilities for the Link Layer Discovery Protocol
 
 description
        The LLDPD project aims to provide a comprehensive implementation of
        the IEEE standard 802.1AB Link Layer Discovery Protocol.
 end
 
-source_dl  =
+source_dl = https://media.luffy.cx/files/lldpd/
 
 build
        requires
+               libevent-devel
                libxml2-devel
                pkg-config
+               readline-devel
                shadow-utils
                zlib-devel
        end
 
        configure_options += \
+               --with-readline \
                --with-xml \
                --with-privsep-user=lldpd \
                --with-privsep-group=lldpd
@@ -79,6 +82,10 @@ packages
                end
        end
 
+       package %{name}-devel
+               template DEVEL
+       end
+
        package %{name}-debuginfo
                template DEBUGINFO
        end