milis/talimatname/genel/f/fox/talimat

21 lines
526 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Tanım: Grafik kullanıcı arayüzlerini oluşturmak için C++ tabanlı sınıf kütüphanesi
# URL: http://www.fox-toolkit.org/
# Paketçi: milisarge
# Gerekler: xorg-libxcursor xorg-libxft xorg-libxrandr xorg-libxxf86vm xorg-mesa cups xorg-glu
# Grup: kütüphane geliştirme
isim=fox
surum=1.6.50
devir=1
kaynak=(ftp://ftp.fox-toolkit.org/pub/$isim-$surum.tar.gz)
derle() {
cd $isim-$surum
./configure --prefix=/usr \
--mandir=/usr/share/man \
--with-xft=yes \
--with-opengl=yes
make
make DESTDIR=$PKG install
}