* 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

@@ -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"))
]
)