9878a15478
The problem of transitive imports needs to be adressed, though, as evidenced by, e.g., the descriptor for pan. That is, if C depends on library B, and B depends on library A, then C also depends on library A. However, this breaks modularity: C should not have to declare a dependency on A explicitly. The solution is to have B re-export A, e.g., by creating symlinks from B to the files in A. svn path=/nixpkgs/trunk/; revision=68
15 lines
483 B
Plaintext
15 lines
483 B
Plaintext
Descr(
|
|
[ Bind("pkgId", "pango-1.2.1")
|
|
, Bind("releaseId", "2")
|
|
|
|
, Bind("pkgconfig", Fix("./pkgconfig-0.15.0.fix"))
|
|
, Bind("glib", Fix("./glib-2.2.1.fix"))
|
|
, Bind("freetype", Fix("./freetype-2.1.4.fix"))
|
|
, Bind("fontconfig", Fix("./fontconfig-20021121.fix"))
|
|
, Bind("Xft", Fix("./Xft-20021121.fix"))
|
|
|
|
, Bind("src", Url("6b354ef14e75739a92b5b78f4ca3165a", "ftp://ftp.gtk.org/pub/gtk/v2.2/pango-1.2.1.tar.bz2"))
|
|
, Bind("build", Local("../build/pango-build.sh"))
|
|
]
|
|
)
|