about summary refs log tree commit diff
path: root/test/fixdescriptors/gtkspell-2.0.2.fix
blob: e6d614f64a5dd9155af5314683057d2cd8c080f1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Descr(
  [ Bind("pkgId", Str("gtkspell-2.0.2"))
  , Bind("releaseId", Str("1"))

  , Bind("pkgconfig", Pkg(Fix("./pkgconfig-0.15.0.fix")))
  , Bind("glib", Pkg(Fix("./glib-2.2.1.fix")))
  , Bind("atk", Pkg(Fix("./atk-1.2.0.fix")))
  , Bind("pango", Pkg(Fix("./pango-1.2.1.fix")))
  , Bind("gtk", Pkg(Fix("./gtk+-2.2.1.fix")))
  , Bind("pspell", Pkg(Fix("./pspell-.12.2.fix")))

  , Bind("src", File(Url("http://pan.rebelbase.com/download/extras/gtkspell/SOURCES/gtkspell-2.0.2.tar.gz")))
  , Bind("build", File(Local("../build/gtkspell-build.sh")))
  ]
)