mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-15 14:26:33 +01:00
93c7c89b1a
* Updated to Apache httpd 2.0.46. * Build Subversion/Python bindings. svn path=/nixpkgs/trunk/; revision=76
11 lines
327 B
Text
11 lines
327 B
Text
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"))
|
|
]
|
|
)
|