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
9 lines
271 B
Plaintext
9 lines
271 B
Plaintext
Descr(
|
|
[ Bind("pkgId", "freetype-2.1.4")
|
|
, Bind("releaseId", "1")
|
|
|
|
, Bind("src", Url("1fc0b188f1fe1216776e5855d2da141f", "http://easynews.dl.sourceforge.net/sourceforge/freetype/freetype-2.1.4.tar.bz2"))
|
|
, Bind("build", Local("../build/freetype-build.sh"))
|
|
]
|
|
)
|