nixpkgs/pkgs/pkgconfig/pkgconfig.fix
Eelco Dolstra 151016ab85 * Build in the current directory, not in the target directory.
* `id' -> `name'.

svn path=/nixpkgs/trunk/; revision=132
2003-07-08 15:34:10 +00:00

10 lines
318 B
Plaintext

Package(
[ ("name", "pkgconfig-0.15.0")
, ("build", Relative("pkgconfig/pkgconfig-build.sh"))
, ("src", App(IncludeFix("fetchurl/fetchurl.fix"),
[ ("url", "http://www.freedesktop.org/software/pkgconfig/releases/pkgconfig-0.15.0.tar.gz")
, ("hash", "c62371dd07ef85043e91f298176c771f")
]))
]
)