/[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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 985 - (show annotations)
Sat Jan 10 17:46:20 2009 UTC (15 years, 3 months ago) by dpavlin
File MIME type: application/x-sh
File size: 900 byte(s)
fix re-generation of Makefile
1 #!/bin/sh
2
3 # Debian packages required by Makefile.PL
4 # this *will* require packages from Debian sid
5
6 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 libxml-feedpp-perl \
25 libgraphviz-perl \
26
27
28 test -f Makefile || perl Makefile.PL && make

Properties

Name Value
svn:executable *

  ViewVC Help
Powered by ViewVC 1.1.26