[Cygwin] apt-cyg
apt-cyg
- install default packages plus wget and python
svn --force export http://apt-cyg.googlecode.com/svn/trunk/ /bin/
chmod +x /bin/apt-cyg
curl http://apt-cyg.googlecode.com/svn/trunk/apt-cyg > apt-cyg; \
curl http://gauryan.ivyro.net/wiki/lib/exe/fetch.php?media=util:cygwin:enable-execute.zip > enable-execute.patch; \
patch apt-cyg enable-execute.patch; chmod +x apt-cyg; \
mv apt-cyg /usr/local/bin/; rm -rf enable-execute.patch; \
apt-cyg update -m http://ftp.jaist.ac.jp/pub/cygwin
apt-cyg install openssh lftp python autoconf bison libtool gcc gcc-core gdb make \
git libgdbm libgdbm-devel zlib zlib-devel openssl-devel curl rebase libncurses-devel \
ncurses ncursesw sqlite3 libsqlite3-devel openssl openssl-devel bzip2 libbz2-devel \
gdbm cygwin coreutils gnupg vim ctags readline wget