milis/talimatname/genel/c/ctags/talimat

21 lines
459 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: Kaynak dosyalarında bulunanlar için fihrist dosya oluşturur.
# URL: http://ctags.sourceforge.net/
# Paketçi: milisarge
# Gerekler:
# Grup: sistem
isim=ctags
surum=5.8
devir=1
kaynak=(http://downloads.sourceforge.net/sourceforge/ctags/ctags-5.8.tar.gz
CVE-2014-7204.patch)
derle() {
cd ${SRC}/${isim}-${surum}
patch -Np1 <../CVE-2014-7204.patch
./configure --prefix=/usr \
--disable-external-sort
make
make prefix=${PKG}/usr install
}