vega
This commit is contained in:
parent
a5420217ba
commit
5e437ffa89
|
@ -0,0 +1,35 @@
|
||||||
|
# Tanım: Satranç turnuvası eşleştirme programı
|
||||||
|
# URL: http://www.vegachess.com
|
||||||
|
# Paketçi: Cihan_Alkan
|
||||||
|
# Gerekler: openjdk
|
||||||
|
# Grup:
|
||||||
|
|
||||||
|
isim=vega
|
||||||
|
surum=8.0.6
|
||||||
|
devir=1
|
||||||
|
|
||||||
|
kaynak=(http://www.vegachess.com/tl/tl_files/music_academy/distrib8/vegalinux64.tar.gz
|
||||||
|
http://www.satranclabuyuyorum.org/wp-content/themes/satranclabuyuyorum/images/chess-img.png)
|
||||||
|
|
||||||
|
|
||||||
|
derle() {
|
||||||
|
|
||||||
|
mkdir -pv $PKG/usr/share/vega/
|
||||||
|
mv $SRC/vegalinux64/* $PKG/usr/share/vega/
|
||||||
|
|
||||||
|
# Başlatıcı
|
||||||
|
mkdir -pv $PKG/usr/share/applications &&
|
||||||
|
cat > $PKG/usr/share/applications/vega.desktop << "EOF" &&
|
||||||
|
[Desktop Entry]
|
||||||
|
Encoding=UTF-8
|
||||||
|
Type=Application
|
||||||
|
Name=Vega Satranç
|
||||||
|
Comment=Satranç eşleştirme programı
|
||||||
|
Icon=/usr/share/vega/satranc.png
|
||||||
|
Exec=/usr/share/vega/Vega
|
||||||
|
Categories=Game;
|
||||||
|
StartupNotify=true
|
||||||
|
Terminal=false
|
||||||
|
EOF
|
||||||
|
mv $SRC/chess-img.png $PKG/usr/share/vega/satranc.png
|
||||||
|
}
|
Loading…
Reference in New Issue