summaryrefslogtreecommitdiffstats
path: root/extra/mutagen/Pkgfile
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2010-01-17 23:04:46 +0100
committertnut <thierryn1 at hispeed dot ch>2010-01-17 23:04:46 +0100
commit1cc9506f67eda4135179037c7f614c6085092ada (patch)
treec4b826a7e4dc76d59fa979c15f3030f0fc46afd7 /extra/mutagen/Pkgfile
parentfa2686c37de6b2e053fcf3417f2cb332ed57fcd4 (diff)
downloadnutyx-extra-1cc9506f67eda4135179037c7f614c6085092ada.tar.gz
nutyx-extra-1cc9506f67eda4135179037c7f614c6085092ada.tar.bz2
nutyx-extra-1cc9506f67eda4135179037c7f614c6085092ada.tar.xz
nutyx-extra-1cc9506f67eda4135179037c7f614c6085092ada.zip
Ajout de mutagen#1.15-1
Diffstat (limited to 'extra/mutagen/Pkgfile')
-rw-r--r--extra/mutagen/Pkgfile16
1 files changed, 16 insertions, 0 deletions
diff --git a/extra/mutagen/Pkgfile b/extra/mutagen/Pkgfile
new file mode 100644
index 000000000..61a289cd8
--- /dev/null
+++ b/extra/mutagen/Pkgfile
@@ -0,0 +1,16 @@
+# Description: Lecteur de données Meta audio implémenté en pure python
+# URL: http://
+# Maintainer: thierryn1 at hispeed dot ch
+# Depends on: python
+
+name=mutagen
+version=1.15
+release=1
+source=(http://www.sacredchao.net/~piman/software/$name-$version.tar.gz)
+
+build() {
+ cd $name-$version
+ python setup.py install --root=$PKG
+ mkdir -p $PKG/usr/bin
+ install -m755 tools/* $PKG/usr/bin
+}