debian.lenny.sh 407 Bytes
Newer Older
1 2 3
#!/bin/sh

PACKAGE_LIST="""\
Lucas Carvalho's avatar
Lucas Carvalho committed
4
automake1.9
5 6 7 8 9 10 11 12 13
bison
build-essential
cpio
flex
gcc
libbz2-dev
libgdbm-dev
libglib2.0-dev
libjpeg62-dev
14
libldap2-dev
15
libncurses5-dev
16
libneon27-gnutls-dev
17
libreadline-dev
18
libsasl2-dev
19 20
libssl-dev
libsvn-dev
Lucas Carvalho's avatar
Lucas Carvalho committed
21
libtool
22 23 24 25
libxml2-dev
libxslt1-dev
make
patch
26
python-setuptools
27
rpm
28
scons
29 30
subversion
subversion-tools
31
tesseract-ocr-dev
32
xvfb
33
zip
34 35 36
zlib1g-dev\
"""

37
apt-get install $PACKAGE_LIST $@