/[Frey]/trunk/bin/install-debian.sh
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /trunk/bin/install-debian.sh

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 912 by dpavlin, Sat Dec 13 16:36:57 2008 UTC revision 913 by dpavlin, Sat Jan 3 22:28:29 2009 UTC
# Line 1  Line 1 
1  #!/bin/sh  #!/bin/sh
2    
3  # Debian packages required by Makefile.PL  # Debian packages required by Makefile.PL
4    # this *will* require packages from Debian sid
5    
6  sudo apt-get install libdatetime-format-natural-perl  sudo apt-get install \
7            build-essential \
8            libmodule-install-perl \
9            libmoose-perl libdata-dump-perl \
10            libdatetime-format-natural-perl \
11            libcairo-perl libfont-freetype-perl \
12            libdata-page-perl libdata-uuid-perl libyaml-perl libfile-slurp-perl \
13            libhash-merge-perl libclone-perl \
14            libhtml-tree-perl libppi-perl libppi-html-perl \
15            libdbm-deep-perl libtest-www-mechanize-perl \
16            libtest-www-mechanize-perl libhtml-lint-perl \
17            libxml-simple-perl libdbd-anydata-perl \
18            libtest-pod-perl libhtml-template-pro-perl \
19            libuniversal-isa-perl libuniversal-can-perl \
20            liblog-log4perl-perl libxml-libxml-perl \
21            libxml-xpath-perl libdigest-sha1-perl \
22            liblwp-authen-wsse-perl libxml-atom-perl \
23            libimager-perl \
24    
25  sudo apt-get install libcairo-perl libfont-freetype-perl  
26    test -f Makefile && make || perl Makefile.PL

Legend:
Removed from v.912  
changed lines
  Added in v.913

  ViewVC Help
Powered by ViewVC 1.1.26