9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
preprocess -D $(PKG_FLAG) -o $< $<
deb: # complainy lintian needs a custom changelog.gz
gzip -9c usr/share/doc/streamtuner2/NEWS > usr/share/doc/streamtuner2/changelog.gz
zip:
rpm:
exe:
mv usr/share/streamtuner2/help/help.chm usr/share/doc/streamtuner2/help.chm
mv usr/share/streamtuner2/dev/streamtuner2.ico usr/share/pixmaps/streamtuner2.ico
src:
tar:
arch:
sed -i '1 s/python/python2/' usr/bin/streamtuner2
|
|
>
|
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
preprocess -D $(PKG_FLAG) -o $< $<
deb: # complainy lintian needs a custom changelog.gz
gzip -9c usr/share/doc/streamtuner2/NEWS > usr/share/doc/streamtuner2/changelog.gz
zip:
rpm:
exe:
#mv usr/share/streamtuner2/help/help.chm usr/share/doc/streamtuner2/help.chm
mv usr/share/streamtuner2/dev/streamtuner2.ico usr/share/pixmaps/streamtuner2.ico
sed -i '10 s/"\/usr\/share\/streamtuner2"/os.path.realpath(os.path.dirname(__file__)+"\/..\/share\/streamtuner2")/' usr/bin/streamtuner2
src:
tar:
arch:
sed -i '1 s/python/python2/' usr/bin/streamtuner2
|