summaryrefslogtreecommitdiffstats
path: root/extra/fox/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'extra/fox/Pkgfile')
-rw-r--r--extra/fox/Pkgfile21
1 files changed, 21 insertions, 0 deletions
diff --git a/extra/fox/Pkgfile b/extra/fox/Pkgfile
new file mode 100644
index 000000000..253f37806
--- /dev/null
+++ b/extra/fox/Pkgfile
@@ -0,0 +1,21 @@
+# Description: Librairie GUI pour développer des interfaces graphiques et autres
+# URL: http://www.fox-toolkit.org/
+# Maintainer: NuTyX core team
+# Packager: thierryn1 at hispeed dot ch
+# Depends on: xorg-libxcursor, xorg-libxft, xorg-libxrandr, mesa3d
+
+name=fox
+version=1.6.36
+release=1
+source=(http://www.fox-toolkit.org/ftp/$name-$version.tar.gz)
+
+build() {
+ cd $name-$version
+ CPPFLAGS="$CPPFLAGS -I/usr/include/freetype2"
+ ./configure --prefix=/usr \
+ --mandir=/usr/share/man \
+ --with-xft=yes \
+ --with-opengl=yes
+ make
+ make DESTDIR=$PKG install
+}