milis/talimatname/genel/x/xfe/talimat

22 lines
512 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 Dosya Gezgini (Xfe) X için bir MS Explorer benzeri dosya yöneticisi
# URL: http://roland65.free.fr/xfe
# Paketçi: milisarge
# Gerekler: freetype fox libpng libjpeg-turbo libtiff expat intltool
# Grup: sistem
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
}