mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-12-05 03:46:16 +02:00
11 lines
260 B
Text
11 lines
260 B
Text
|
Descr(
|
||
|
[ Bind("pkgId", "httpd-2.0.45")
|
||
|
, Bind("releaseId", "1")
|
||
|
|
||
|
, Bind("ssl", Fix("./openssl-0.9.7b.fix"))
|
||
|
|
||
|
, Bind("src", Source(Url("http://apache.cs.uu.nl/dist/httpd/httpd-2.0.45.tar.gz")))
|
||
|
, Bind("build", Source("../build/httpd-build.sh"))
|
||
|
]
|
||
|
)
|