]> git.tdb.fi Git - builder.git/blobdiff - source/sourcearchivecomponent.h
Drop support for generic tarball components
[builder.git] / source / sourcearchivecomponent.h
diff --git a/source/sourcearchivecomponent.h b/source/sourcearchivecomponent.h
new file mode 100644 (file)
index 0000000..cfef56e
--- /dev/null
@@ -0,0 +1,14 @@
+#ifndef TARBALLCOMPONENT_H_
+#define TARBALLCOMPONENT_H_
+
+#include "component.h"
+
+class SourceArchiveComponent: public Component
+{
+public:
+       SourceArchiveComponent(SourcePackage &);
+
+       virtual void create_targets() const;
+};
+
+#endif