milis/talimatname/genel/g/gftp/talimat

18 lines
383 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: X pencereleri için çok iş parçacıklı bir ftp istemcisi
# URL: http://gftp.seul.org/
# Paketçi: milisarge
# Gerekler: gtk2 xorg-libxcursor xorg-libxdamage xorg-libxrandr xorg-libxinerama
# Grup: ağ
isim=gftp
surum=2.0.19
devir=2
kaynak=(http://www.gftp.org/$isim-$surum.tar.bz2)
derle() {
cd $isim-$surum
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}