* Descriptor importing in Fix.

This commit is contained in:
Eelco Dolstra 2003-04-08 15:36:54 +00:00
parent cc6eafb3d0
commit f56b7312b2
6 changed files with 48 additions and 14 deletions

View file

@ -0,0 +1,10 @@
Descr(
[ Bind("pkgId", Str("glib-2.2.1"))
, Bind("releaseId", Str("1"))
, Bind("pkgconfig", Pkg(Fix("./pkgconfig-0.15.0.fix")))
, Bind("src", File(Url("ftp://ftp.gtk.org/pub/gtk/v2.2/glib-2.2.1.tar.bz2")))
, Bind("build", File(Local("../build/glib-build.sh")))
]
)