mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-12-03 19:06:16 +02:00
12 lines
323 B
Text
12 lines
323 B
Text
|
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")))
|
||
|
]
|
||
|
)
|