* Descriptor importing in Fix.
This commit is contained in:
parent
cc6eafb3d0
commit
f56b7312b2
6 changed files with 48 additions and 14 deletions
10
test/fixdescriptors/glib-2.2.1.fix
Normal file
10
test/fixdescriptors/glib-2.2.1.fix
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
Descr(
|
||||
[ Bind("pkgId", Str("glib-2.2.1"))
|
||||
, Bind("releaseId", Str("1"))
|
||||
|
||||
, Bind("pkgconfig", Pkg(Fix("./pkgconfig-0.15.0.fix")))
|
||||
|
||||
, Bind("src", File(Url("ftp://ftp.gtk.org/pub/gtk/v2.2/glib-2.2.1.tar.bz2")))
|
||||
, Bind("build", File(Local("../build/glib-build.sh")))
|
||||
]
|
||||
)
|
||||
Loading…
Add table
Add a link
Reference in a new issue