tuxtype
This commit is contained in:
parent
6a9e0d7498
commit
4f017033b3
|
@ -0,0 +1,20 @@
|
||||||
|
# Tanım: Yazı yazma eğitimi oyunu
|
||||||
|
# URL: http://tux4kids.alioth.debian.org/
|
||||||
|
# Paketçi: Cihan_Alkan
|
||||||
|
# Gerekler: audiofile esound libpng libvorbis sdl sdl-image sdl-mixer sdl-ttf sdl-pango librsvg
|
||||||
|
# Grup: oyun
|
||||||
|
|
||||||
|
isim=tuxtype
|
||||||
|
surum=1.8.1
|
||||||
|
devir=1
|
||||||
|
kaynak=(http://pkgs.fedoraproject.org/repo/pkgs/tuxtype2/${isim}_w_fonts-${surum}.tar.gz/ce96616ba0c9e619ce0071a528301e94/${isim}_w_fonts-${surum}.tar.gz)
|
||||||
|
|
||||||
|
derle() {
|
||||||
|
cd "${SRC}"/${isim}_w_fonts-${surum}
|
||||||
|
./configure --prefix=/usr
|
||||||
|
make
|
||||||
|
make DESTDIR="${PKG}" install
|
||||||
|
#icon + desktop files
|
||||||
|
install -Dm644 "${SRC}"/${isim}_w_fonts-${surum}/$isim.desktop "${PKG}"/usr/share/applications/$isim.desktop
|
||||||
|
install -Dm644 "${SRC}"/${isim}_w_fonts-${surum}/icon.png "${PKG}"/usr/share/pixmaps/$isim.png
|
||||||
|
}
|
Loading…
Reference in New Issue