* Converted some more old descriptors.

svn path=/nixpkgs/trunk/; revision=209
This commit is contained in:
Eelco Dolstra 2003-07-27 21:26:19 +00:00
parent cec4d0dc62
commit 3372b3f8fd
50 changed files with 117 additions and 558 deletions

View file

@ -1,12 +0,0 @@
#! /bin/sh
export PATH=$freetype/bin:$fontconfig/bin:/bin:/usr/bin
top=`pwd`
tar xvfz $src || exit 1
cd fcpackage*/Xft || exit 1
./configure --prefix=$top --x-includes=/usr/X11/include --x-libraries=/usr/X11/lib || exit 1
make || exit 1
make install || exit 1
cd $top || exit 1
rm -rf fcpackage* || exit 1

View file

@ -1,14 +0,0 @@
#! /bin/sh
export PATH=$pkgconfig/bin:/bin:/usr/bin
export PKG_CONFIG_PATH=$glib/lib/pkgconfig
export LD_LIBRARY_PATH=$glib/lib
top=`pwd` || exit 1
tar xvfj $src || exit 1
cd atk-* || exit 1
./configure --prefix=$top || exit 1
make || exit 1
make install || exit 1
cd $top || exit 1
rm -rf atk-* || exit 1

View file

@ -1,12 +0,0 @@
#! /bin/sh
export PATH=/bin:/usr/bin
top=`pwd`
tar xvfz $src || exit 1
cd db-*/build_unix || exit 1
../dist/configure --prefix=$top --enable-cxx --enable-compat185 || exit 1
make || exit 1
make install || exit 1
cd $top || exit 1
rm -rf db-* || exit 1

View file

@ -1,12 +0,0 @@
#! /bin/sh
export PATH=$freetype/bin:/bin:/usr/bin
top=`pwd`
tar xvfz $src || exit 1
cd fcpackage*/fontconfig || exit 1
./configure --prefix=$top --with-confdir=$top/etc/fonts --x-includes=/usr/X11/include --x-libraries=/usr/X11/lib || exit 1
make || exit 1
make install || exit 1
cd $top || exit 1
rm -rf fcpackage* || exit 1

View file

@ -1,12 +0,0 @@
#! /bin/sh
export PATH=/bin:/usr/bin
top=`pwd`
tar xvfj $src || exit 1
cd freetype-* || exit 1
./configure --prefix=$top || exit 1
make || exit 1
make install || exit 1
cd $top || exit 1
rm -rf freetype-* || exit 1

View file

@ -1,12 +0,0 @@
#! /bin/sh
export PATH=$pkgconfig/bin:/bin:/usr/bin
top=`pwd`
tar xvfj $src
cd glib-*
./configure --prefix=$top
make
make install
cd ..
rm -rf glib-*

View file

@ -1,14 +0,0 @@
#! /bin/sh
export PATH=$pkgconfig/bin:/bin:/usr/bin
export PKG_CONFIG_PATH=$glib/lib/pkgconfig
export LD_LIBRARY_PATH=$glib/lib
top=`pwd`
tar xvfz $src || exit 1
cd gnet-* || exit 1
./configure --prefix=$top || exit 1
make || exit 1
make install || exit 1
cd $top || exit 1
rm -rf gnet-* || exit 1

View file

@ -1,14 +0,0 @@
#! /bin/sh
export PATH=$pkgconfig/bin:$freetype/bin:/bin:/usr/bin
export PKG_CONFIG_PATH=$glib/lib/pkgconfig:$atk/lib/pkgconfig:$pango/lib/pkgconfig:$fontconfig/lib/pkgconfig:$Xft/lib/pkgconfig
export LD_LIBRARY_PATH=$glib/lib:$atk/lib:$pango/lib:$fontconfig/lib:$Xft/lib
top=`pwd`
tar xvfj $src || exit 1
cd gtk+-* || exit 1
./configure --prefix=$top --x-includes=/usr/X11/include --x-libraries=/usr/X11/lib || exit 1
make || exit 1
make install || exit 1
cd $top || exit 1
rm -rf gtk+-* || exit 1

View file

@ -1,15 +0,0 @@
#! /bin/sh
export PATH=$pkgconfig/bin:/bin:/usr/bin
export PKG_CONFIG_PATH=$glib/lib/pkgconfig:$atk/lib/pkgconfig:$pango/lib/pkgconfig:$gtk/lib/pkgconfig
export LD_LIBRARY_PATH=$glib/lib:$atk/lib:$pango/lib:$gtk/lib:$pspell/lib:$fontconfig/lib:$Xft/lib:$freetype/lib:
export C_INCLUDE_PATH=$pspell/include
top=`pwd`
tar xvfz $src || exit 1
cd gtkspell-* || exit 1
./configure --prefix=$top || exit 1
make || exit 1
make install || exit 1
cd $top || exit 1
rm -rf gtkspell-* || exit 1

View file

@ -1,13 +0,0 @@
#! /bin/sh
export PATH=/bin:/usr/bin
export LD_LIBRARY_PATH=$ssl/lib:
top=`pwd`
tar xvfz $src || exit 1
cd httpd-* || exit 1
./configure --prefix=$top --enable-ssl --with-ssl=$ssl --with-berkeley-db=$db4 --enable-mods-shared=all || exit 1
make || exit 1
make install || exit 1
cd $top || exit 1
rm -rf httpd-* || exit 1

View file

@ -1,12 +0,0 @@
#! /bin/sh
export PATH=/bin:/usr/bin
top=`pwd`
tar xvfz $src || exit 1
cd libxml2-* || exit 1
./configure --prefix=$top || exit 1
make || exit 1
make install || exit 1
cd .. || exit 1
rm -rf libxml2-* || exit 1

View file

@ -1,12 +0,0 @@
#! /bin/sh
export PATH=/bin:/usr/bin
top=`pwd`
tar xvfz $src || exit 1
cd openssl-* || exit 1
./config --prefix=$top shared || exit 1
make || exit 1
make install || exit 1
cd $top || exit 1
rm -rf openssl-* || exit 1

View file

@ -1,20 +0,0 @@
#! /bin/sh
export PATH=$pkgconfig/bin:$gnet/bin:/bin:/usr/bin
export PKG_CONFIG_PATH=$glib/lib/pkgconfig:$atk/lib/pkgconfig:$pango/lib/pkgconfig:$gtk/lib/pkgconfig:$gtkspell/lib/pkgconfig:$libxml/lib/pkgconfig
export LD_LIBRARY_PATH=$glib/lib:$atk/lib:$pango/lib:$gtk/lib:$gnet/lib:$pspell/lib:$gtkspell/lib:$fontconfig/lib:$Xft/lib:$freetype/lib
# A bug in gtkspell: the pspell library path is not exported
# through pkgconfig.
export LIBRARY_PATH=$pspell/lib
export LDFLAGS=-s
top=`pwd`
tar xvfj $src || exit 1
cd pan-* || exit 1
./configure --prefix=$top || exit 1
make || exit 1
make install || exit 1
cd $top || exit 1
rm -rf pan-* || exit 1

View file

@ -1,12 +0,0 @@
#! /bin/sh
export PATH=$pkgconfig/bin:$gnet/bin:/bin:/usr/bin
export PKG_CONFIG_PATH=$glib/lib/pkgconfig:$atk/lib/pkgconfig:$pango/lib/pkgconfig:$gtk/lib/pkgconfig
export LD_LIBRARY_PATH=$glib/lib:$atk/lib:$pango/lib:$gtk/lib:$gnet/lib
top=`pwd`
tar xvfj $src
cd pan-*
./configure --prefix=$top
make
make install

View file

@ -1,10 +0,0 @@
#! /bin/sh
export LD_LIBRARY_PATH=$glib/lib:$atk/lib:$pango/lib:$gtk/lib:$gnet/lib:$pspell/lib:$gtkspell/lib
ldd $pan/bin/pan
prog=$1
shift
$pan/bin/$prog $*

View file

@ -1,14 +0,0 @@
#! /bin/sh
export PATH=$pkgconfig/bin:$freetype/bin:/bin:/usr/bin
export PKG_CONFIG_PATH=$glib/lib/pkgconfig:$fontconfig/lib/pkgconfig:$Xft/lib/pkgconfig
export LD_LIBRARY_PATH=$glib/lib:$fontconfig/lib:$Xft/lib
top=`pwd` || exit 1
tar xvfj $src || exit 1
cd pango-* || exit 1
./configure --prefix=$top --x-includes=/usr/X11/include --x-libraries=/usr/X11/lib || exit 1
make || exit 1
make install || exit 1
cd $top || exit 1
rm -rf pango-* || exit 1

View file

@ -1,12 +0,0 @@
#! /bin/sh
export PATH=/bin:/usr/bin
top=`pwd`
tar xvfz $src || exit 1
cd pspell-* || exit 1
./configure --prefix=$top || exit 1
make || exit 1
make install || exit 1
cd $top || exit 1
rm -rf pspell-* || exit 1

View file

@ -1,41 +0,0 @@
#! /bin/sh
export PATH=$libxml/bin:/bin:/usr/bin:/usr/local/bin
export LD_LIBRARY_PATH=$ssl/lib:
export LDFLAGS=-s
top=`pwd`
if test $localServer; then
extraflags="--with-berkeley-db=$db4 $extraflags"
fi
if test $httpsClient; then
extraflags="--with-ssl --with-libs=$ssl $extraflags"
fi
if test $httpServer; then
extraflags="--with-apxs=$httpd/bin/apxs --with-apr=$httpd --with-apr-util=$httpd $extraflags"
extramakeflags="APACHE_LIBEXECDIR=$top/modules $extramakeflags"
fi
if test $pythonBindings; then
extraflags="--with-swig=$swig $extraflags"
fi
echo "extra flags: $extraflags"
tar xvfz $src || exit 1
cd subversion-* || exit 1
./configure --prefix=$top $extraflags || exit 1
make $extramakeflags || exit 1
make install $extramakeflags || exit 1
if test $pythonBindings; then
make swig-py || exit 1
make install-swig-py || exit 1
fi
cd $top || exit 1
rm -rf subversion-* || exit 1

View file

@ -1,12 +0,0 @@
#! /bin/sh
export PATH=/bin:/usr/bin:/usr/local/bin
top=`pwd`
tar xvfz $src || exit 1
cd SWIG-* || exit 1
./configure --prefix=$top || exit 1
gmake || exit 1
gmake install || exit 1
cd $top || exit 1
rm -rf SWIG-* || exit 1

View file

@ -1,16 +0,0 @@
#! /bin/sh
export PATH=$pkgconfig/bin:/bin:/usr/bin
export PKG_CONFIG_PATH=$glib/lib/pkgconfig:$atk/lib/pkgconfig:$pango/lib/pkgconfig:$gtk/lib/pkgconfig
export LD_LIBRARY_PATH=$glib/lib:$atk/lib:$pango/lib:$gtk/lib:$pspell/lib:$fontconfig/lib:$Xft/lib:$freetype/lib
top=`pwd`
tar xvfz $src || exit 1
cd wxPythonSrc-* || exit 1
./configure --prefix=$top --enable-gtk2 --enable-rpath=$top/lib --with-opengl || exit 1
make || exit 1
make install || exit 1
cd wxPython || exit 1
python setup.py WX_CONFIG=$top/bin/wx-config WXPORT=gtk2 build install --root=$top/python || exit 1
cd $top || exit 1
rm -rf wxPythonSrc-* || exit 1

View file

@ -1,11 +0,0 @@
Descr(
[ Bind("pkgId", "Xft-20021121")
, Bind("releaseId", "1")
, Bind("freetype", Fix("./freetype-2.1.4.fix"))
, Bind("fontconfig", Fix("./fontconfig-20021121.fix"))
, Bind("src", Url("2f2852c80924a9b5356c3037a471c1a1", "http://fontconfig.org/release/fcpackage.2_1.tar.gz"))
, Bind("build", Local("../build/Xft-build.sh"))
]
)

View file

@ -1,10 +0,0 @@
Descr(
[ Bind("pkgId", "aterm-2.0")
, Bind("releaseId", "1")
, Bind("createGCC", True)
, Bind("src", Url("853474e4bcf4a85f7d38a0676b36bded", "http://www.cwi.nl/projects/MetaEnv/aterm/aterm-2.0.tar.gz"))
, Bind("build", Local("../build/aterm-build.sh"))
]
)

View file

@ -1,11 +0,0 @@
Descr(
[ Bind("pkgId", "atk-1.2.0")
, Bind("releaseId", "1")
, Bind("pkgconfig", Fix("./pkgconfig-0.15.0.fix"))
, Bind("glib", Fix("./glib-2.2.1.fix"))
, Bind("src", Url("06a84758129554ae044af8865ecb6f1c", "ftp://ftp.gtk.org/pub/gtk/v2.2/atk-1.2.0.tar.bz2"))
, Bind("build", Local("../build/atk-build.sh"))
]
)

View file

@ -1,8 +0,0 @@
Descr(
[ Bind("pkgId", "db-4.0.14")
, Bind("releaseId", "1")
, Bind("src", Url("12262c64fcd64b772e7cffad8e4d0ebc", "http://www.sleepycat.com/update/snapshot/db-4.0.14.tar.gz"))
, Bind("build", Local("../build/db4-build.sh"))
]
)

View file

@ -1,10 +0,0 @@
Descr(
[ Bind("pkgId", "fontconfig-20021121")
, Bind("releaseId", "1")
, Bind("freetype", Fix("./freetype-2.1.4.fix"))
, Bind("src", Url("2f2852c80924a9b5356c3037a471c1a1", "http://fontconfig.org/release/fcpackage.2_1.tar.gz"))
, Bind("build", Local("../build/fontconfig-build.sh"))
]
)

View file

@ -1,8 +0,0 @@
Descr(
[ Bind("pkgId", "freetype-2.1.4")
, Bind("releaseId", "1")
, Bind("src", Url("1fc0b188f1fe1216776e5855d2da141f", "http://easynews.dl.sourceforge.net/sourceforge/freetype/freetype-2.1.4.tar.bz2"))
, Bind("build", Local("../build/freetype-build.sh"))
]
)

View file

@ -1,10 +0,0 @@
Descr(
[ Bind("pkgId", "glib-2.2.1")
, Bind("releaseId", "1")
, Bind("pkgconfig", Fix("./pkgconfig-0.15.0.fix"))
, Bind("src", Url("42406a17819080326e105f8333963b97", "ftp://ftp.gtk.org/pub/gtk/v2.2/glib-2.2.1.tar.bz2"))
, Bind("build", Local("../build/glib-build.sh"))
]
)

View file

@ -1,11 +0,0 @@
Descr(
[ Bind("pkgId", "gnet-1.1.8")
, Bind("releaseId", "1")
, Bind("pkgconfig", Fix("./pkgconfig-0.15.0.fix"))
, Bind("glib", Fix("./glib-2.2.1.fix"))
, Bind("src", Url("da2b5de278e96a5b907c2e2304bf6542", "http://www.gnetlibrary.org/src/gnet-1.1.8.tar.gz"))
, Bind("build", Local("../build/gnet-build.sh"))
]
)

View file

@ -1,16 +0,0 @@
Descr(
[ Bind("pkgId", "gtk+-2.2.1")
, Bind("releaseId", "2")
, Bind("pkgconfig", Fix("./pkgconfig-0.15.0.fix"))
, Bind("glib", Fix("./glib-2.2.1.fix"))
, Bind("atk", Fix("./atk-1.2.0.fix"))
, Bind("freetype", Fix("./freetype-2.1.4.fix"))
, Bind("fontconfig", Fix("./fontconfig-20021121.fix"))
, Bind("Xft", Fix("./Xft-20021121.fix"))
, Bind("pango", Fix("./pango-1.2.1.fix"))
, Bind("src", Url("dfd5755fddb26a46c96bfaa813280ac4", "ftp://ftp.gtk.org/pub/gtk/v2.2/gtk+-2.2.1.tar.bz2"))
, Bind("build", Local("../build/gtk+-build.sh"))
]
)

View file

@ -1,18 +0,0 @@
Descr(
[ Bind("pkgId", "gtkspell-2.0.2")
, Bind("releaseId", "1")
, Bind("pkgconfig", Fix("./pkgconfig-0.15.0.fix"))
, Bind("glib", Fix("./glib-2.2.1.fix"))
, Bind("atk", Fix("./atk-1.2.0.fix"))
, Bind("freetype", Fix("./freetype-2.1.4.fix"))
, Bind("fontconfig", Fix("./fontconfig-20021121.fix"))
, Bind("Xft", Fix("./Xft-20021121.fix"))
, Bind("pango", Fix("./pango-1.2.1.fix"))
, Bind("gtk", Fix("./gtk+-2.2.1.fix"))
, Bind("pspell", Fix("./pspell-.12.2.fix"))
, Bind("src", Url("385daba9bebfdc7fdbdf524e07deb920", "http://pan.rebelbase.com/download/extras/gtkspell/SOURCES/gtkspell-2.0.2.tar.gz"))
, Bind("build", Local("../build/gtkspell-build.sh"))
]
)

View file

@ -1,11 +0,0 @@
Descr(
[ Bind("pkgId", "httpd-2.0.46")
, Bind("releaseId", "1")
, Bind("ssl", Fix("./openssl-0.9.7b.fix"))
, Bind("db4", Fix("./db-4.0.14.fix"))
, Bind("src", Url("ff682f82f0808eb01df60824d959ebe8", "http://apache.cs.uu.nl/dist/httpd/httpd-2.0.46.tar.gz"))
, Bind("build", Local("../build/httpd-build.sh"))
]
)

View file

@ -1,8 +0,0 @@
Descr(
[ Bind("pkgId", "libxml2-2.5.7")
, Bind("releaseId", "1")
, Bind("src", Url("f7ed96959fbddf366af64652804d1b57", "ftp://fr.rpmfind.net/pub/libxml/libxml2-2.5.7.tar.gz"))
, Bind("build", Local("../build/libxml2-build.sh"))
]
)

View file

@ -1,8 +0,0 @@
Descr(
[ Bind("pkgId", "openssl-0.9.7b")
, Bind("releaseId", "1")
, Bind("src", Url("fae4bec090fa78e20f09d76d55b6ccff", "http://www.openssl.org/source/openssl-0.9.7b.tar.gz"))
, Bind("build", Local("../build/openssl-build.sh"))
]
)

View file

@ -1,21 +0,0 @@
Descr(
[ Bind("pkgId", "pan-0.14.0")
, Bind("releaseId", "1")
, Bind("pkgconfig", Fix("./pkgconfig-0.15.0.fix"))
, Bind("libxml", Fix("./libxml2-2.5.7.fix"))
, Bind("glib", Fix("./glib-2.2.1.fix"))
, Bind("atk", Fix("./atk-1.2.0.fix"))
, Bind("freetype", Fix("./freetype-2.1.4.fix"))
, Bind("fontconfig", Fix("./fontconfig-20021121.fix"))
, Bind("Xft", Fix("./Xft-20021121.fix"))
, Bind("pango", Fix("./pango-1.2.1.fix"))
, Bind("gtk", Fix("./gtk+-2.2.1.fix"))
, Bind("gnet", Fix("./gnet-1.1.8.fix"))
, Bind("pspell", Fix("./pspell-.12.2.fix"))
, Bind("gtkspell", Fix("./gtkspell-2.0.2.fix"))
, Bind("src", Url("b2702adadb84c2e0d52d2bb029c05206", "http://pan.rebelbase.com/download/releases/0.14.0/SOURCE/pan-0.14.0.tar.bz2"))
, Bind("build", Local("../build/pan-build-2.sh"))
]
)

View file

@ -1,14 +0,0 @@
Descr(
[ Bind("pkgId", "pango-1.2.1")
, Bind("releaseId", "2")
, Bind("pkgconfig", Fix("./pkgconfig-0.15.0.fix"))
, Bind("glib", Fix("./glib-2.2.1.fix"))
, Bind("freetype", Fix("./freetype-2.1.4.fix"))
, Bind("fontconfig", Fix("./fontconfig-20021121.fix"))
, Bind("Xft", Fix("./Xft-20021121.fix"))
, Bind("src", Url("6b354ef14e75739a92b5b78f4ca3165a", "ftp://ftp.gtk.org/pub/gtk/v2.2/pango-1.2.1.tar.bz2"))
, Bind("build", Local("../build/pango-build.sh"))
]
)

View file

@ -1,8 +0,0 @@
Descr(
[ Bind("pkgId", "pkgconfig-0.15.0")
, Bind("releaseId", "1")
, Bind("src", Url("a7e4f60a6657dbc434334deb594cc242", "http://www.freedesktop.org/software/pkgconfig/releases/pkgconfig-0.15.0.tar.gz"))
, Bind("build", Local("../build/pkgconfig-build.sh"))
]
)

View file

@ -1,8 +0,0 @@
Descr(
[ Bind("pkgId", "pspell-.12.2")
, Bind("releaseId", "1")
, Bind("src", Url("cfd3816b2372932a1b71c0ce4e9f881e", "http://unc.dl.sourceforge.net/sourceforge/pspell/pspell-.12.2.tar.gz"))
, Bind("build", Local("../build/pspell-build.sh"))
]
)

View file

@ -1,24 +0,0 @@
Descr(
[ Bind("pkgId", "subversion-0.23.0")
, Bind("releaseId", "3")
, Bind("localServer", Bool(True))
, Bind("httpsClient", Bool(True))
, Bind("httpServer", Bool(True))
, Bind("httpsServer", Bool(True))
, Bind("pythonBindings", Bool(True))
, Bind("libxml", Fix("./libxml2-2.5.7.fix"))
, Bind("db4", If(Var("localServer"), Fix("./db-4.0.14.fix"), ""))
, Bind("ssl", If(Var("httpsClient"), Fix("./openssl-0.9.7b.fix"), ""))
, Bind("httpd", If(Var("httpServer"), Fix("./httpd-2.0.46.fix"), ""))
, Bind("swig", If(Var("pythonBindings"), Fix("./swig-1.3.19.fix"), ""))
, Bind("src", Url("59661f2145976437b371a0ab3a555dbd", "http://subversion.tigris.org/files/documents/15/4218/subversion-0.23.0.tar.gz"))
, Bind("build", Local("../build/subversion-build.sh"))
]
)

View file

@ -1,8 +0,0 @@
Descr(
[ Bind("pkgId", "swig-1.3.19")
, Bind("releaseId", "1")
, Bind("src", Url("a733455544426b31868dd87fc162e750", "http://heanet.dl.sourceforge.net/sourceforge/swig/swig-1.3.19.tar.gz"))
, Bind("build", Local("../build/swig-build.sh"))
]
)

View file

@ -1,26 +0,0 @@
Descr(
[ Bind("pkgId", Str("system"))
, Bind("releaseId", Str("5"))
, Bind("actATerm", Fix("./aterm-2.0.fix"))
, Bind("actPkgConfig", Fix("./pkgconfig-0.15.0.fix"))
, Bind("actLibxml", Fix("./libxml2-2.5.7.fix"))
, Bind("actGlib", Fix("./glib-2.2.1.fix"))
, Bind("actAtk", Fix("./atk-1.2.0.fix"))
, Bind("actFreetype", Fix("./freetype-2.1.4.fix"))
, Bind("actFontconfig", Fix("./fontconfig-20021121.fix"))
, Bind("actXft", Fix("./Xft-20021121.fix"))
, Bind("actPango", Fix("./pango-1.2.1.fix"))
, Bind("actGtk", Fix("./gtk+-2.2.1.fix"))
, Bind("actGnet", Fix("./gnet-1.1.8.fix"))
, Bind("actPspell", Fix("./pspell-.12.2.fix"))
, Bind("actGtkspell", Fix("./gtkspell-2.0.2.fix"))
, Bind("actPan", Fix("./pan-0.14.0.fix"))
, Bind("actSubversion", Fix("./subversion-0.23.0.fix"))
, Bind("actDb4", Fix("./db-4.0.14.fix"))
, Bind("actHttpd", Fix("./httpd-2.0.46.fix"))
, Bind("actSsl", Fix("./openssl-0.9.7b.fix"))
, Bind("build", Local("../build/populate-linkdirs.pl"))
]
)

View file

@ -1,17 +0,0 @@
Descr(
[ Bind("pkgId", "wxPython-2.4.0.7")
, Bind("releaseId", "1")
, Bind("pkgconfig", Fix("./pkgconfig-0.15.0.fix"))
, Bind("glib", Fix("./glib-2.2.1.fix"))
, Bind("atk", Fix("./atk-1.2.0.fix"))
, Bind("freetype", Fix("./freetype-2.1.4.fix"))
, Bind("fontconfig", Fix("./fontconfig-20021121.fix"))
, Bind("Xft", Fix("./Xft-20021121.fix"))
, Bind("pango", Fix("./pango-1.2.1.fix"))
, Bind("gtk", Fix("./gtk+-2.2.1.fix"))
, Bind("src", Url("c7864b56ff1422697a310f91f54c7ed6", "http://heanet.dl.sourceforge.net/sourceforge/wxpython/wxPythonSrc-2.4.0.7.tar.gz"))
, Bind("build", Local("../build/wxPython-build.sh"))
]
)

10
pkgs/db4/db4-build.sh Executable file
View file

@ -0,0 +1,10 @@
#! /bin/sh
. $stdenv/setup || exit 1
tar xvfz $src || exit 1
cd db-*/build_unix || exit 1
LDFLAGS=-Wl,-S ../dist/configure --prefix=$out --enable-cxx --enable-compat185 || exit 1
make || exit 1
make install || exit 1
rm -rf $out/doc || exit 1

12
pkgs/db4/db4.fix Normal file
View file

@ -0,0 +1,12 @@
Package(
[ ("name", "db-4.0.14")
, ("build", Relative("db4/db4-build.sh"))
, ("src", App(IncludeFix("fetchurl/fetchurl.fix"),
[ ("url", "http://www.sleepycat.com/update/snapshot/db-4.0.14.tar.gz")
, ("md5", "12262c64fcd64b772e7cffad8e4d0ebc")
]))
, ("stdenv", IncludeFix("stdenv/stdenv.fix"))
]
)

15
pkgs/httpd/httpd-build.sh Executable file
View file

@ -0,0 +1,15 @@
#! /bin/sh
. $stdenv/setup || exit 1
envpkgs="$ssl $db4 $expat"
. $setenv
tar xvfz $src || exit 1
cd httpd-* || exit 1
LDFLAGS=-Wl,-S ./configure --prefix=$out --enable-ssl --with-ssl=$ssl --with-berkeley-db=$db4 \
--with-expat=$expat --enable-mods-shared=all --without-gdbm || exit 1
make || exit 1
make install || exit 1
strip -S $out/lib/*.a || exit 1
rm -rf $out/manual || exit 1

17
pkgs/httpd/httpd.fix Normal file
View file

@ -0,0 +1,17 @@
Package(
[ ("name", "httpd-2.0.47")
, ("build", Relative("httpd/httpd-build.sh"))
, ("setenv", Relative("helpers/set-env.sh"))
, ("src", App(IncludeFix("fetchurl/fetchurl.fix"),
[ ("url", "http://apache.cs.uu.nl/dist/httpd/httpd-2.0.47.tar.gz")
, ("md5", "63f16638c18b140b649fab32b54d7f9c")
]))
, ("stdenv", IncludeFix("stdenv/stdenv.fix"))
, ("ssl", IncludeFix("openssl/openssl.fix"))
, ("db4", IncludeFix("db4/db4.fix"))
, ("expat", IncludeFix("expat/expat.fix"))
]
)

View file

@ -9,9 +9,17 @@ Package(
, ("md5", "700caa3f59b585d173812c4a078feeba")
]))
, ("stdenv", IncludeFix("stdenv/stdenv.fix"))
, ("localServer", "1")
, ("httpsClient", "1")
, ("httpServer", "1")
, ("httpsServer", "1")
, ("pythonBindings", "1")
, ("stdenv", IncludeFix("stdenv/stdenv.fix"))
, ("ssl", IncludeFix("openssl/openssl.fix"))
, ("swig", IncludeFix("swig/swig.fix"))
, ("httpd", IncludeFix("httpd/httpd.fix"))
, ("db4", IncludeFix("db4/db4.fix"))
, ("libxml", IncludeFix("libxml2/libxml2.fix"))
]
)

9
pkgs/swig/swig-build.sh Executable file
View file

@ -0,0 +1,9 @@
#! /bin/sh
. $stdenv/setup || exit 1
tar xvfz $src || exit 1
cd SWIG-* || exit 1
LDFLAGS=-Wl,-S ./configure --prefix=$out || exit 1
gmake || exit 1
gmake install || exit 1

12
pkgs/swig/swig.fix Normal file
View file

@ -0,0 +1,12 @@
Package(
[ ("name", "swig-1.3.19")
, ("build", Relative("swig/swig-build.sh"))
, ("src", App(IncludeFix("fetchurl/fetchurl.fix"),
[ ("url", "http://heanet.dl.sourceforge.net/sourceforge/swig/swig-1.3.19.tar.gz")
, ("md5", "a733455544426b31868dd87fc162e750")
]))
, ("stdenv", IncludeFix("stdenv/stdenv.fix"))
]
)

17
pkgs/wxPython/wxPython-build.sh Executable file
View file

@ -0,0 +1,17 @@
#! /bin/sh
. $stdenv/setup || exit 1
export PATH=$pkgconfig/bin:$PATH
envpkgs="$gtk"
. $setenv || exit 1
tar xvfz $src || exit 1
cd wxPythonSrc-* || exit 1
./configure --prefix=$out --enable-gtk2 --enable-rpath=$out/lib --with-opengl || exit 1
make || exit 1
make install || exit 1
cd wxPython || exit 1
python setup.py WX_CONFIG=$out/bin/wx-config WXPORT=gtk2 build install --root=$out/python || exit 1
echo $envpkgs > $out/envpkgs || exit 1

View file

@ -0,0 +1,16 @@
Package(
[ ("name", "wxPython-2.4.1.2")
, ("build", Relative("wxPython/wxPython-build.sh"))
, ("setenv", Relative("helpers/set-env.sh"))
, ("src", App(IncludeFix("fetchurl/fetchurl.fix"),
[ ("url", "http://belnet.dl.sourceforge.net/sourceforge/wxpython/wxPythonSrc-2.4.1.2.tar.gz")
, ("md5", "515fa95c5c0497404a858213b6586411")
]))
, ("stdenv", IncludeFix("stdenv/stdenv.fix"))
, ("pkgconfig", IncludeFix("pkgconfig/pkgconfig.fix"))
, ("gtk", IncludeFix("gtk+/gtk+.fix"))
]
)