debian.lenny.sh 452 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
libpng12-dev
18
libreadline-dev
19
libsasl2-dev
20 21
libsdl-gfx1.2-dev
libsdl1.2-dev
22 23
libssl-dev
libsvn-dev
Lucas Carvalho's avatar
Lucas Carvalho committed
24
libtool
25 26 27 28
libxml2-dev
libxslt1-dev
make
patch
29
python-setuptools
30
rpm
31
scons
32 33
subversion
subversion-tools
34
tesseract-ocr-dev
35
xvfb
36
zip
37 38 39
zlib1g-dev\
"""

40
apt-get install $PACKAGE_LIST $@