about summary refs log tree commit diff
path: root/test/fixdescriptors/atk-1.2.0.fix
blob: 74e560327ca340479f34a71554754de6ce20b627 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
Descr(
  [ Bind("pkgId", Str("atk-1.2.0"))
  , 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/atk-1.2.0.tar.bz2")))
  , Bind("build", File(Local("../build/atk-build.sh")))
  ]
)