]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/commitdiff
perl-Text-CSV_XS: New package.
authorStefan Schantl <stefan.schantl@ipfire.org>
Sat, 3 Jan 2015 13:03:20 +0000 (14:03 +0100)
committerStefan Schantl <stefan.schantl@ipfire.org>
Sat, 3 Jan 2015 13:03:20 +0000 (14:03 +0100)
This perl module is required to convert the provided geoip databases in CSV format into
a useable binary format for the geoip module.

config/rootfiles/common/perl-Text-CSV_XS [new file with mode: 0644]
lfs/perl-Text-CSV_XS

diff --git a/config/rootfiles/common/perl-Text-CSV_XS b/config/rootfiles/common/perl-Text-CSV_XS
new file mode 100644 (file)
index 0000000..ca2f642
--- /dev/null
@@ -0,0 +1,8 @@
+#usr/lib/perl5/site_perl/5.12.3/i586-linux-thread-multi/Text
+usr/lib/perl5/site_perl/5.12.3/i586-linux-thread-multi/Text/CSV_XS.pm
+#usr/lib/perl5/site_perl/5.12.3/i586-linux-thread-multi/auto/Text
+#usr/lib/perl5/site_perl/5.12.3/i586-linux-thread-multi/auto/Text/CSV_XS
+#usr/lib/perl5/site_perl/5.12.3/i586-linux-thread-multi/auto/Text/CSV_XS/.packlist
+#usr/lib/perl5/site_perl/5.12.3/i586-linux-thread-multi/auto/Text/CSV_XS/CSV_XS.bs
+usr/lib/perl5/site_perl/5.12.3/i586-linux-thread-multi/auto/Text/CSV_XS/CSV_XS.so
+#usr/share/man/man3/Text::CSV_XS.3
index 0f948e6c2f96f630ed6e3863a8312af421e76f9c..f94593f983a21bbfa95d82be1376d689651ad6fb 100644 (file)
@@ -31,9 +31,6 @@ DL_FILE    = ${THISAPP}.tgz
 DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
-PROG       = perl-Text-CSV_XS
-DEPS       = ""
-PAK_VER    = 1
 
 ###############################################################################
 # Top-level Rules
@@ -53,9 +50,6 @@ download :$(patsubst %,$(DIR_DL)/%,$(objects))
 
 md5 : $(subst %,%_MD5,$(objects))
 
-dist: 
-       @$(PAK)
-
 ###############################################################################
 # Downloading, checking, md5sum
 ###############################################################################