diff options
author | tnut <thierryn1 at hispeed dot ch> | 2010-01-17 23:04:46 +0100 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2010-01-17 23:04:46 +0100 |
commit | 1cc9506f67eda4135179037c7f614c6085092ada (patch) | |
tree | c4b826a7e4dc76d59fa979c15f3030f0fc46afd7 /extra/mutagen/Pkgfile | |
parent | fa2686c37de6b2e053fcf3417f2cb332ed57fcd4 (diff) | |
download | nutyx-pakxe-1cc9506f67eda4135179037c7f614c6085092ada.tar.gz nutyx-pakxe-1cc9506f67eda4135179037c7f614c6085092ada.tar.bz2 nutyx-pakxe-1cc9506f67eda4135179037c7f614c6085092ada.tar.xz nutyx-pakxe-1cc9506f67eda4135179037c7f614c6085092ada.zip |
Ajout de mutagen#1.15-1
Diffstat (limited to 'extra/mutagen/Pkgfile')
-rw-r--r-- | extra/mutagen/Pkgfile | 16 |
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 +} |