21 lines
485 B
Plaintext
21 lines
485 B
Plaintext
# 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
|
||
}
|