Add files via upload

This commit is contained in:
SoongNoonien
2020-01-11 11:25:15 +01:00
committed by GitHub
parent ae5eb3b7e1
commit fe765fc7fe
20 changed files with 3449 additions and 0 deletions

11
bin/Makefile.am Normal file
View File

@@ -0,0 +1,11 @@
bin_SCRIPTS = \
mpdevil
EXTRA_DIST = mpdevil.py
CLEANFILES = $(bin_SCRIPTS)
mpdevil: mpdevil.py
sed -e s!\@datadir\@!$(datadir)! -e s!\@libdir\@!$(libdir)! -e s!\@version\@!$(VERSION)! < $< > $@
chmod +x $@

1607
bin/mpdevil.py Normal file

File diff suppressed because it is too large Load Diff