12e195f313
svn path=/nixpkgs/trunk/; revision=355
14 lines
321 B
Plaintext
14 lines
321 B
Plaintext
Package(
|
|
[ ("name", "zip-2.3")
|
|
|
|
, ("build", Relative("zip/zip-build.sh"))
|
|
|
|
, ("src", Call(IncludeFix("fetchurl/fetchurl.fix"),
|
|
[ ("url", "ftp://ftp.info-zip.org/pub/infozip/src/zip23.tar.gz")
|
|
, ("md5", "5206a99541f3b0ab90f1baa167392c4f")
|
|
]))
|
|
|
|
, ("stdenv", IncludeFix("stdenv/stdenv.fix"))
|
|
]
|
|
)
|