about summary refs log tree commit diff
path: root/test/fixdescriptors/gnet-1.1.8.fix
blob: 34d9d10cd19f8839fffbe03ca200a5ce01a766f6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
Descr(
  [ Bind("pkgId", Str("gnet-1.1.8"))
  , 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("http://www.gnetlibrary.org/src/gnet-1.1.8.tar.gz")))
  , Bind("build", File(Local("../build/gnet-build.sh")))
  ]
)