opt/netcat/Pkgfile

18 lines
388 B
Plaintext
Raw Normal View History

2006-10-09 18:43:28 +00:00
# Description: Read and write data across network connections
2006-02-23 15:26:10 +00:00
# URL: http://netcat.sourceforge.net
2008-06-24 21:50:32 +03:00
# Maintainer: Antti Nykanen, aon at iki dot fi
2006-02-23 15:26:10 +00:00
name=netcat
version=0.7.1
2007-01-23 12:12:13 +02:00
release=2
2006-02-23 15:26:10 +00:00
source=(http://dl.sourceforge.net/sourceforge/netcat/netcat-0.7.1.tar.bz2)
build() {
cd $name-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
2007-01-23 12:12:13 +02:00
rm -rf $PKG/usr/{share,info,bin/nc}
2006-02-23 15:26:10 +00:00
}