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

18 lines
363 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: Makefiles içinde bağımlılık oluşturur
# URL: http://xorg.freedesktop.org
# Paketçi: milisarge
# Gerekler:
# Grup: sistem
isim=xorg-gccmakedep
surum=1.0.3
devir=2
kaynak=(http://xorg.freedesktop.org/releases/individual/util/gccmakedep-$surum.tar.bz2)
derle() {
cd gccmakedep-$surum
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}