milis/talimatname/genel/x/xfe/talimat

21 lines
485 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: MS-Explorer veya Commander, X için dosya yöneticisi gibi.
# URL: http://roland65.free.fr/xfe
# Paketçi: milisarge
# Gerekler: freetype fox libpng libjpeg-turbo libtiff expat intltool
isim=xfe
surum=1.42
devir=1
kaynak=(http://downloads.sourceforge.net/$isim/$isim-$surum.tar.gz)
derle() {
cd $isim-$surum
export CFLAGS="$CFLAGS `pkg-config --cflags freetype2`"
aclocal
automake --add-missing
autoreconf
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}