milis/talimatname/genel/p/patchutils/talimat

21 lines
416 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: Düzeltme eki dosyaları üzerinde çalışan bir program koleksiyonu.
# URL: http://cyberelk.net/tim/software/patchutils/
# Paketçi: milisarge
# Gerekler:
isim=patchutils
surum=0.3.2
devir=1
kaynak=(http://cyberelk.net/tim/data/patchutils/stable/$isim-$surum.tar.bz2)
derle() {
cd $isim-$surum
./configure \
--prefix=/usr \
--mandir=/usr/man
make CFLAGS="$CFLAGS"
make DESTDIR=$PKG install
}