Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/arch_src/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'arch_src/Makefile')
-rw-r--r--arch_src/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/arch_src/Makefile b/arch_src/Makefile
new file mode 100644
index 0000000..2f915d5
--- /dev/null
+++ b/arch_src/Makefile
@@ -0,0 +1,7 @@
+
+all:
+ cd pyalsaaudio-0.2 ; python setup.py build
+
+install:
+ cd pyalsaaudio-0.2 ; python setup.py install --prefix="${PREFIX}"
+