Makefile für neo_portable geschrieben und als post-commit hook gesetzt

.zip abrufbar über http://www.eigenheimstrasse.de/neo/svn/portable
This commit is contained in:
ben 2008-05-21 13:06:35 +00:00
parent a6c3c50405
commit d9ceaa2d6e
5 changed files with 25 additions and 0 deletions

BIN
grafik/logos/neo.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.2 KiB

18
portable/Makefile Normal file
View File

@ -0,0 +1,18 @@
neo_portable: autorun.inf autorun.sh ../grafik/logos/neo.ico ../windows/autohotkey/neo20-all-in-one.exe ../linux/xmodmap/neo_de.xmodmap
mkdir -p neo_portable/neo
cp autorun.* neo_portable
cp ../grafik/logos/neo.ico ../windows/autohotkey/neo20-all-in-one.exe ../linux/xmodmap/neo_de.xmodmap neo_portable/neo
neo_portable.zip: neo_portable
cd neo_portable; zip -r neo_portable *
mv neo_portable/neo_portable.zip .
neo_portable.tar.gz: neo_portable
tar -czf neo_portable.tar.gz neo_portable
deploy: neo_portable.tar.gz neo_portable.zip
clean:
rm -rf neo_portable*
.PHONY: deploy clean

4
portable/autorun.inf Normal file
View File

@ -0,0 +1,4 @@
[autorun]
OPEN = neo\neo20-all-in-one.exe
ACTION = neo\neo20-all-in-one.exe
ICON = neo\neo.ico

3
portable/autorun.sh Executable file
View File

@ -0,0 +1,3 @@
#!/bin/sh
setxkbmap ie
xmodmap neo/neo_de.xmodmap

Binary file not shown.