diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2003-04-23T21·21+0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2003-04-23T21·21+0000 |
commit | 49e0d743d7348ba15f6c8125138c4e17b271d8c3 (patch) | |
tree | 4c21b4e3642b1da3d50414c2628fc7377c5573bb /test/fixdescriptors/pango-1.2.1.fix | |
parent | f546e0cda450642177da02895f39f34e3ce1a6ff (diff) |
* Fix descriptors for Pan and its dependencies.
Diffstat (limited to 'test/fixdescriptors/pango-1.2.1.fix')
-rw-r--r-- | test/fixdescriptors/pango-1.2.1.fix | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/test/fixdescriptors/pango-1.2.1.fix b/test/fixdescriptors/pango-1.2.1.fix new file mode 100644 index 000000000000..7ee2486a6dce --- /dev/null +++ b/test/fixdescriptors/pango-1.2.1.fix @@ -0,0 +1,11 @@ +Descr( + [ Bind("pkgId", Str("pango-1.2.1")) + , Bind("releaseId", Str("1")) + + , Bind("pkgconfig", Pkg(Fix("./pkgconfig-0.15.0.fix"))) + , Bind("glib", Pkg(Fix("./glib-2.2.1.fix"))) + + , Bind("src", File(Url("ftp://ftp.gtk.org/pub/gtk/v2.2/pango-1.2.1.tar.bz2"))) + , Bind("build", File(Local("../build/pango-build.sh"))) + ] +) |