milis/talimatname/genel/c/conspy/talimat

17 lines
367 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: Linux sanal konsollarının uzaktan kontrolü
# URL: http://conspy.sourceforge.net/
# Paketçi: milisarge
# Gerekler:
# Grup: sistem
isim=conspy
surum=1.14
devir=1
kaynak=(http://downloads.sourceforge.net/project/conspy/conspy-1.14-1/conspy-1.14.tar.gz)
derle() {
cd "${SRC}/${isim}-${surum}"
make
make prefix=/usr DESTDIR="${PKG}" install
}