X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fsourcepackage.h;h=ed8ad40f7275f9d5ac364a3f7971cf805b31b050;hb=6382743d26f8d5bb10a53cb907659bee6614b549;hp=66296001e44229265753f3c52056cef6a2652b02;hpb=35f2979869bff43706f3163ec0979c7084aaa3c4;p=builder.git diff --git a/source/sourcepackage.h b/source/sourcepackage.h index 6629600..ed8ad40 100644 --- a/source/sourcepackage.h +++ b/source/sourcepackage.h @@ -14,7 +14,7 @@ class Builder; class BuildType; class FileTarget; -class TarballComponent; +class SourceArchiveComponent; /** A package that can be built by Builder. @@ -42,7 +42,7 @@ public: void generate(const std::string &); void if_feature(const std::string &); void interface_version(const std::string &); - void source_tarball(); + void source_archive(); void tarball(const std::string &); void version(const std::string &); }; @@ -63,7 +63,7 @@ private: FeatureList features; BuildInfo build_info; ComponentList components; - TarballComponent *source_tarball; + SourceArchiveComponent *source_archive; Config config; mutable Cache cache;