milis/talimatname/genel/fox/talimat

20 lines
511 B
Plaintext
Raw Normal View History

2017-03-23 14:35:10 +01:00
# Description: Grafik kullanıcı arayüzlerini oluşturmak için C ++ tabanlı sınıf kütüphanesi
2016-02-24 01:27:23 +01:00
# URL: http://www.fox-toolkit.org/
2016-09-06 23:30:51 +02:00
# Packagers: milisarge
2016-02-24 01:27:23 +01:00
# 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
}