summaryrefslogtreecommitdiff
path: root/DEFAULTS
diff options
context:
space:
mode:
Diffstat (limited to 'DEFAULTS')
-rw-r--r--DEFAULTS10
1 files changed, 10 insertions, 0 deletions
diff --git a/DEFAULTS b/DEFAULTS
index ab034a0b..f244250c 100644
--- a/DEFAULTS
+++ b/DEFAULTS
@@ -84,6 +84,16 @@ build-systems:
strip-commands:
- *generic-strip-command
+ python3-distutils:
+ # The Python distutils build systems.
+ configure-commands: []
+ build-commands:
+ - python3 setup.py build
+ install-commands:
+ - python3 setup.py install --prefix "$PREFIX" --root "$DESTDIR"
+ strip-commands:
+ - *generic-strip-command
+
cpan:
# The Perl ExtUtil::MakeMaker build system. This is called the 'cpan' build
# system for historical reasons.