milis/talimatname/genel/mutagen/talimat

18 lines
388 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Description: Bir ses meta veri etiketi okuyucu ve yazıcı
# URL: https://bitbucket.org/lazka/mutagen
# Packager: milisarge
# Depends on: python
name=mutagen
version=1.31
release=1
source=(https://bitbucket.org/lazka/mutagen/downloads/$name-$version.tar.gz)
build() {
cd $name-$version
python2 setup.py install --root=$PKG
mkdir -p $PKG/usr/bin
install -m755 tools/* $PKG/usr/bin
}