summaryrefslogtreecommitdiff
path: root/repo/mutagen
diff options
context:
space:
mode:
Diffstat (limited to 'repo/mutagen')
-rw-r--r--repo/mutagen/mutagen.xibuild17
1 files changed, 17 insertions, 0 deletions
diff --git a/repo/mutagen/mutagen.xibuild b/repo/mutagen/mutagen.xibuild
new file mode 100644
index 0000000..f4eadb7
--- /dev/null
+++ b/repo/mutagen/mutagen.xibuild
@@ -0,0 +1,17 @@
+#!/bin/sh
+
+NAME="mutagen"
+DESC="Audio tagger implemented in Python"
+
+MAKEDEPS="python"
+
+PKG_VER=1.45.1
+SOURCE="https://github.com/quodlibet/mutagen/archive/release-$PKG_VER.tar.gz"
+
+build() {
+ python3 setup.py build
+}
+
+package() {
+ python3 setup.py install --prefix=/usr --root="$PKG_DEST"
+}