2019-12-29 11:40:20 +01:00
|
|
|
# Description: An audio metadata tag reader and writer (python library)
|
|
|
|
# URL: https://github.com/quodlibet/mutagen
|
|
|
|
# Maintainer: Tim Biermann, tbier at posteo dot de
|
|
|
|
# Depends on: python3-setuptools
|
|
|
|
|
|
|
|
name=python3-mutagen
|
2020-08-01 09:25:05 +00:00
|
|
|
version=1.45.1
|
2019-12-29 11:40:20 +01:00
|
|
|
release=1
|
|
|
|
source=(https://github.com/quodlibet/mutagen/archive/release-$version/$name-$version.tar.gz)
|
|
|
|
|
|
|
|
build() {
|
|
|
|
cd mutagen-release-$version
|
2020-11-03 21:04:15 +00:00
|
|
|
/usr/bin/python3 setup.py build
|
|
|
|
/usr/bin/python3 setup.py install --skip-build \
|
2019-12-29 11:40:20 +01:00
|
|
|
--optimize=1 \
|
|
|
|
--prefix=/usr \
|
|
|
|
--root=$PKG
|
|
|
|
}
|