milis/talimatname/temel/pkg-config/talimat

22 lines
453 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: A system for managing library compile/link flags.
# URL: http://pkgconfig.freedesktop.org/
# Paketçi: milisarge
# Gerekler:
isim=pkg-config
surum=0.29
devir=1
kaynak=(http://pkgconfig.freedesktop.org/releases/pkg-config-$surum.tar.gz)
derle()
{
cd pkg-config-$surum
./configure --prefix=/usr \
--with-internal-glib \
--disable-host-tool \
--docdir=/usr/share/doc/pkg-config-$surum
make
make DESTDIR=$PKG install
rm -r $PKG/usr/share/doc
}