X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fsourcepackage.h;h=bdcba478262a786d5e3a91369787ec2b00632bb7;hb=c3fa3cda6a700d739872025194e9a6b530ac8764;hp=97c9b32eb8ffa233ca980892d704a3c5ea1d8d6b;hpb=7bf0b5d013b88b0408031e2d6594357e71c8138f;p=builder.git diff --git a/source/sourcepackage.h b/source/sourcepackage.h index 97c9b32..bdcba47 100644 --- a/source/sourcepackage.h +++ b/source/sourcepackage.h @@ -48,6 +48,7 @@ public: void headers(const std::string &); void if_arch(const std::string &); void if_feature(const std::string &); + void source_tarball(); void tarball(const std::string &); void tar_file(const std::string &); }; @@ -64,6 +65,7 @@ private: FeatureList features; BuildInfo build_info; ComponentList components; + Component *source_tarball; Config config; mutable Cache cache;