* Converted some more packages.

svn path=/nixpkgs/trunk/; revision=152
This commit is contained in:
Eelco Dolstra
2003-07-12 13:04:41 +00:00
parent ec3b5134c1
commit 0f0a347992
20 changed files with 237 additions and 2 deletions
+13
View File
@@ -0,0 +1,13 @@
Package(
[ ("name", "glib-2.2.2")
, ("build", Relative("glib/glib-build.sh"))
, ("src", App(IncludeFix("fetchurl/fetchurl.fix"),
[ ("url", "ftp://ftp.gtk.org/pub/gtk/v2.2/glib-2.2.2.tar.bz2")
, ("md5", "3e9a9512943c81a78cafa0536dcc8b41")
]))
, ("pkgconfig", IncludeFix("pkgconfig/pkgconfig.fix"))
]
)