milis/talimatname/genel/f/fltk1/talimat

30 lines
762 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: X için grafiksel kullanıcı arabirimi araç seti
# URL: http://www.fltk.org/
# Paketçi: milisarge@gmail.com
# Gerekler: libjpeg-turbo libpng xorg-libxft xorg-libxi xorg-libxinerama xorg-mesa doxygen
isim=fltk1
surum=1.3.3
devir=1
kaynak=(http://fltk.org/pub/fltk/$surum/fltk-$surum-source.tar.gz)
derle() {
cd fltk-*
sed -i -e '/cat./d' documentation/Makefile
./configure --prefix=/usr \
--mandir=/usr/share/man \
--infodir=/usr/share/info \
--enable-threads \
--enable-shared \
--enable-xft
make
make -C documentation html
make DESTDIR=$PKG docdir=/usr/share/doc/fltk-$surum install
make -C test DESTDIR=$PKG docdir=/usr/share/doc/fltk-$surum install-linux
make -C documentation DESTDIR=$PKG docdir=/usr/share/doc/fltk-$surum install-linux
}