milis/talimatname/genel/p/popt/talimat

18 lines
373 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: Bazı programlar tarafından komut satırı seçeneklerini ayrıştırmak için kullanılan popt kitaplıkları.
# URL: http://freshmeat.net/projects/popt/
# Paketçi: milisarge
# Gerekler:
isim=popt
surum=1.16
devir=1
kaynak=(http://rpm5.org/files/popt/popt-1.16.tar.gz)
derle() {
cd popt-$surum
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}