]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - lfs/libusbredir
buildprocess: Add extra metadata to pak lfs files
[ipfire-2.x.git] / lfs / libusbredir
index 6df051a8fae1c8af110cef94a1d4ce96f77a25c8..a5a7286d99d2be92a8a02c569fa0311ba0bdc018 100644 (file)
@@ -1,7 +1,7 @@
 ###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
-# Copyright (C) 2007-2018  IPFire Team  <info@ipfire.org>                     #
+# Copyright (C) 2007-2020  IPFire Team  <info@ipfire.org>                     #
 #                                                                             #
 # This program is free software: you can redistribute it and/or modify        #
 # it under the terms of the GNU General Public License as published by        #
@@ -24,7 +24,9 @@
 
 include Config
 
-VER        = 0.7.1
+SUMMARY    = USB Network Redirection protocol
+
+VER        = 0.8.0
 
 THISAPP    = usbredir-$(VER)
 DL_FILE    = $(THISAPP).tar.bz2
@@ -32,9 +34,11 @@ DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
 PROG       = libusbredir
-PAK_VER    = 1
+PAK_VER    = 2
+
+DEPS       =
 
-DEPS       = ""
+SERVICES   =
 
 ###############################################################################
 # Top-level Rules
@@ -44,7 +48,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = 35cfb1720967727dea523b943cc4126b
+$(DL_FILE)_MD5 = c1a15225a1b97f3c4bccb10e03f3750b
 
 install : $(TARGET)