milis/talimatname/genel/x/xfce4-dev-tools/talimat

17 lines
305 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: xfce4 geliştirme araçları
# URL: http://thunar.xfce.org
# Paketçi: milisarge
# Gerekler:
isim=xfce4-dev-tools
surum=4.12.0
devir=1
kaynak=(http://archive.xfce.org/xfce/4.12/src/$isim-$surum.tar.bz2)
derle() {
cd $isim-$surum
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}