milis/talimatname/genel/netcat/talimat

21 lines
370 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.

# Description: Ağ bağlantıları üzerinden veri okuma ve yazma
# URL: http://netcat.sourceforge.net
# Packager: milisarge
# Depends on:
name=netcat
version=0.7.1
release=1
source=(http://download.sourceforge.net/netcat/netcat-0.7.1.tar.bz2)
build() {
cd $name-$version
./configure --prefix=/usr \
--mandir=/usr/share/man
make
make DESTDIR=$PKG install
}