milis/talimatname/genel/fox/talimat

21 lines
488 B
Plaintext
Raw Normal View History

2016-02-24 01:27:23 +01:00
# Description: C++ based class library for building Graphical User Interfaces
# 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
}