Library::CallNumber::LC is now in CPAN
authordbs <dbs@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Wed, 8 Sep 2010 18:10:47 +0000 (18:10 +0000)
committerdbs <dbs@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Wed, 8 Sep 2010 18:10:47 +0000 (18:10 +0000)
We briefly had to grab Library::CallNumber::LC from the SVN repo, but
that broke on systems without subversion installed (argh). Thankfully
the maintainer moved Library::CallNumber::LC to CPAN so our job becomes
routine.

Thanks to Chris Sharp and Benjamin Shum for running the gauntlet of a
2.0 alpha install and finding this problem.

git-svn-id: svn://svn.open-ils.org/ILS/trunk@17518 dcc99617-32d9-48b4-a31d-7c20da2025e4

Open-ILS/src/extras/Makefile.install

index 079d5d5..edaf720 100644 (file)
@@ -224,6 +224,7 @@ DEB_APACHE_DISMODS = \
 # Chronically unpackaged CPAN modules
 CPAN_MODULES = \
     Business::EDI \
+    Library::CallNumber::LC \
     Net::uFTP \
     Net::Z3950::Simple2ZOOM \
     SRU
@@ -255,12 +256,12 @@ all:
        @echo "please specify an OS" && exit 0
 
 # these should be the same for any distro
-install: install_cpan install_js_sm install_libdbi install_library_callnumber_lc
+install: install_cpan install_js_sm install_libdbi
 
 centos: install_centos_pgsql install_centos_rpms install_yaz install_cpan_marc install install_centos_perl create_ld_local install_cpan_safe
 rhel: install_redhat_pgsql install_centos_rpms install_yaz install_cpan_marc install install_centos_perl create_ld_local install_cpan_safe
 
-fedora-13: install_fedora_13_rpms install_cpan install_cpan_fedora install_cpan_marc install_spidermonkey install_library_callnumber_lc
+fedora-13: install_fedora_13_rpms install_cpan install_cpan_fedora install_cpan_marc install_spidermonkey
 
 debian-lenny: lenny generic_debian install_cpan_more install_cpan_safe
 debian-squeeze: squeeze generic_debian install_cpan_force
@@ -338,10 +339,6 @@ install_libdbi:
        cd $(LIBDBI_DRIVERS) && ./configure  \
                --disable-docs --with-pgsql --enable-libdbi && make all install  
 
-install_library_callnumber_lc:
-       if [ ! -d Library-CallNumber-LC ]; then svn checkout http://library-callnumber-lc.googlecode.com/svn/trunk/perl/Library-CallNumber-LC; fi;
-       cd Library-CallNumber-LC && perl Makefile.PL && make install
-
 clean:
        make -C $(LIBDBI) clean
        make -C $(LIBDBI_DRIVERS) clean