milis/talimatname/genel/fox/talimat

20 lines
511 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.

# Description: Grafik kullanıcı arayüzlerini oluşturmak için C ++ tabanlı sınıf kütüphanesi
# URL: http://www.fox-toolkit.org/
# Packagers: milisarge
# Depends on: xorg-libxcursor xorg-libxft xorg-libxrandr xorg-libxxf86vm xorg-mesa cups xorg-glu
name=fox
version=1.6.50
release=1
source=(ftp://ftp.fox-toolkit.org/pub/$name-$version.tar.gz)
build() {
cd $name-$version
./configure --prefix=/usr \
--mandir=/usr/share/man \
--with-xft=yes \
--with-opengl=yes
make
make DESTDIR=$PKG install
}