mutagen.pktlendi

This commit is contained in:
milisbir 2017-09-26 00:52:39 +03:00
parent dce0a8000e
commit a8bd6cf65f
1 changed files with 2 additions and 2 deletions

View File

@ -7,10 +7,10 @@ name=mutagen
version=1.38
release=1
source=(https://bitbucket.org/lazka/mutagen/downloads/$name-$version.tar.gz)
source=(https://github.com/quodlibet/mutagen/archive/release-$version.tar.gz::$name-$version.tar.gz)
build() {
cd $name-$version
cd $name-release-$version
python2 setup.py install --root=$PKG
mkdir -p $PKG/usr/bin
install -m755 tools/* $PKG/usr/bin