milis/talimatname/genel/xfe/talimat

21 lines
492 B
Plaintext
Raw Normal View History

2017-05-01 10:55:43 +02:00
# Description: MS-Explorer veya Commander, X için dosya yöneticisi gibi.
2016-02-24 01:27:23 +01:00
# URL: http://roland65.free.fr/xfe
2017-05-01 10:55:43 +02:00
# Packager: milisarge
2016-02-24 01:27:23 +01:00
# Depends on: freetype fox libpng libjpeg-turbo libtiff expat intltool
name=xfe
version=1.41
release=1
source=(http://downloads.sourceforge.net/$name/$name-$version.tar.gz)
build() {
cd $name-$version
export CFLAGS="$CFLAGS `pkg-config --cflags freetype2`"
aclocal
automake --add-missing
autoreconf
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}