mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-28 11:43:25 +02:00
libloc: Update to 0.9.0 (Git rev: cd022c)
* Includes fix for database verification * The public gpg signing key * Datadir has been moved to /var/lib/location Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
This commit is contained in:
@@ -26,3 +26,6 @@ usr/lib/perl5/site_perl/5.30.0/MACHINE-linux-thread-multi/auto/Location/Location
|
|||||||
usr/lib/python3.6/site-packages/location.so
|
usr/lib/python3.6/site-packages/location.so
|
||||||
#usr/share/locale/de/LC_MESSAGES/libloc.mo
|
#usr/share/locale/de/LC_MESSAGES/libloc.mo
|
||||||
#usr/share/man/man3/Location.3
|
#usr/share/man/man3/Location.3
|
||||||
|
var/lib/location
|
||||||
|
var/lib/location/signing-key.pem
|
||||||
|
|
||||||
|
|||||||
@@ -25,11 +25,12 @@
|
|||||||
include Config
|
include Config
|
||||||
|
|
||||||
VER = 0.9.0
|
VER = 0.9.0
|
||||||
|
GIT_REV = cd022c
|
||||||
|
|
||||||
THISAPP = libloc-$(VER)
|
THISAPP = libloc-$(VER)-$(GIT_REV)
|
||||||
DL_FILE = $(THISAPP).tar.xz
|
DL_FILE = $(THISAPP).tar.xz
|
||||||
DL_FROM = $(URL_IPFIRE)
|
DL_FROM = $(URL_IPFIRE)
|
||||||
DIR_APP = $(DIR_SRC)/$(THISAPP)
|
DIR_APP = $(DIR_SRC)/libloc-$(VER)
|
||||||
TARGET = $(DIR_INFO)/$(THISAPP)
|
TARGET = $(DIR_INFO)/$(THISAPP)
|
||||||
|
|
||||||
###############################################################################
|
###############################################################################
|
||||||
@@ -40,7 +41,7 @@ objects = $(DL_FILE)
|
|||||||
|
|
||||||
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
|
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
|
||||||
|
|
||||||
$(DL_FILE)_MD5 = 320eeb00e8876af1983a9ed969372a55
|
$(DL_FILE)_MD5 = a40fcbdd5585f720ca801166befeef85
|
||||||
install : $(TARGET)
|
install : $(TARGET)
|
||||||
|
|
||||||
check : $(patsubst %,$(DIR_CHK)/%,$(objects))
|
check : $(patsubst %,$(DIR_CHK)/%,$(objects))
|
||||||
@@ -74,6 +75,8 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
|
|||||||
@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar xvf $(DIR_DL)/$(DL_FILE)
|
@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar xvf $(DIR_DL)/$(DL_FILE)
|
||||||
cd $(DIR_APP) && ./configure \
|
cd $(DIR_APP) && ./configure \
|
||||||
--prefix=/usr \
|
--prefix=/usr \
|
||||||
|
--sysconfdir=/etc \
|
||||||
|
--localstatedir=/var \
|
||||||
--disable-manpages
|
--disable-manpages
|
||||||
cd $(DIR_APP) && make $(MAKETUNING)
|
cd $(DIR_APP) && make $(MAKETUNING)
|
||||||
cd $(DIR_APP) && make install
|
cd $(DIR_APP) && make install
|
||||||
|
|||||||
Reference in New Issue
Block a user