]> git.tdb.fi Git - builder.git/blobdiff - source/tarballcomponent.h
Split Component into several subclasses
[builder.git] / source / tarballcomponent.h
diff --git a/source/tarballcomponent.h b/source/tarballcomponent.h
new file mode 100644 (file)
index 0000000..d54f95e
--- /dev/null
@@ -0,0 +1,14 @@
+#ifndef TARBALLCOMPONENT_H_
+#define TARBALLCOMPONENT_H_
+
+#include "component.h"
+
+class TarballComponent: public Component
+{
+public:
+       TarballComponent(SourcePackage &, const std::string &);
+
+       virtual void create_targets() const;
+};
+
+#endif