milis/talimatname/genel/x/xorg-fontconfig/talimat

24 lines
549 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: Fontconfig, erişim kitaplığı ve ilkelerin yapılandırması
# URL: http://xorg-fontconfig.org/wiki/
# Paketçi: milisarge
# Gerekler: freetype libpng
# Grup: kütüphane
_isim=fontconfig
isim=xorg-fontconfig
surum=2.13.0
devir=1
kaynak=( http://fontconfig.org/release/${_isim}-$surum.tar.gz)
derle() {
cd ${_isim}-$surum
./configure --prefix=/usr \
--sysconfdir=/etc \
--localstatedir=/var \
--docdir=/usr/share/doc/$isim-$surum \
--disable-docs --disable-static
make
make DESTDIR=$PKG install
rm -rf $PKG/usr/share/doc
}