Make perl-PDF-API2 part of the base system

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
Michael Tremer
2017-10-16 17:31:51 +01:00
parent 30b0e0ca1b
commit e3c3625c34
5 changed files with 8 additions and 7 deletions

View File

@@ -0,0 +1 @@
../../../common/perl-PDF-API2

View File

@@ -75,6 +75,10 @@ if grep -q "ENABLED=on" /var/ipfire/vpn/settings; then
/etc/init.d/ipsec restart
fi
# Let pakfire forget the perl-PDF-API2 package
rm -fv /opt/pakfire/db/rootfiles/perl-PDF-API2
rm -fv /opt/pakfire/db/*/meta-perl-PDF-API2
# This update need a reboot...
#touch /var/run/need_reboot

View File

@@ -30,9 +30,8 @@ THISAPP = PDF-API2-$(VER)
DL_FILE = $(THISAPP).tar.gz
DL_FROM = $(URL_IPFIRE)
DIR_APP = $(DIR_SRC)/$(THISAPP)
TARGET = $(DIR_INFO)/$(THISAPP)
PROG = perl-PDF-API2
PAK_VER = 2
###############################################################################
# Top-level Rules
@@ -52,9 +51,6 @@ download :$(patsubst %,$(DIR_DL)/%,$(objects))
md5 : $(subst %,%_MD5,$(objects))
dist:
@$(PAK)
###############################################################################
# Downloading, checking, md5sum
###############################################################################

View File

@@ -15,9 +15,9 @@ THISAPP = squid-accounting-$(VER)
DIR_APP = $(DIR_SRC)/$(THISAPP)
TARGET = $(DIR_INFO)/$(THISAPP)
PROG = squid-accounting
PAK_VER = 9
PAK_VER = 10
DEPS = "perl-DBI perl-DBD-SQLite perl-File-ReadBackwards perl-PDF-API2"
DEPS = "perl-DBI perl-DBD-SQLite perl-File-ReadBackwards"
###############################################################################
# Top-level Rules