debian.lenny.sh 496 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
bison
build-essential
cpio
flex
gcc
10
libboost-dev
11 12
libbz2-dev
libgdbm-dev
Łukasz Nowak's avatar
Łukasz Nowak committed
13
libgif-dev
14 15
libglib2.0-dev
libjpeg62-dev
16
libldap2-dev
17
libncurses5-dev
18
libneon27-gnutls-dev
19
libpng12-dev
20
libreadline-dev
21
libsasl2-dev
22
libsdl-gfx1.2-dev
23
libsdl-image1.2-dev
24
libsdl1.2-dev
25 26
libssl-dev
libsvn-dev
Lucas Carvalho's avatar
Lucas Carvalho committed
27
libtool
28 29 30 31
libxml2-dev
libxslt1-dev
make
patch
32
python-setuptools
33
rpm
34
scons
35 36
subversion
subversion-tools
37
tesseract-ocr-dev
38
xvfb
39
zip
40 41 42
zlib1g-dev\
"""

43
apt-get install $PACKAGE_LIST $@