]> git.tdb.fi Git - builder.git/blobdiff - source/sourcepackage.h
Better way of specifying the source tarball in Build files
[builder.git] / source / sourcepackage.h
index 97c9b32eb8ffa233ca980892d704a3c5ea1d8d6b..bdcba478262a786d5e3a91369787ec2b00632bb7 100644 (file)
@@ -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;