summaryrefslogtreecommitdiff
path: root/python3-mutagen/Pkgfile
blob: 1cf320f2673bf52ac50b245096e4e903a5880d1b (plain)
    1 # Description: An audio metadata tag reader and writer (python library)
    2 # URL: https://github.com/quodlibet/mutagen
    3 # Maintainer: Tim Biermann, tbier at posteo dot de
    4 # Depends on: python3-setuptools
    5 
    6 name=python3-mutagen
    7 version=1.44.0
    8 release=1
    9 source=(https://github.com/quodlibet/mutagen/archive/release-$version/$name-$version.tar.gz)
   10 
   11 build() {
   12   cd mutagen-release-$version
   13   python3 setup.py build
   14   python3 setup.py install --skip-build \
   15     --optimize=1 \
   16     --prefix=/usr \
   17     --root=$PKG
   18 }

Generated by cgit