opt/netcat/Pkgfile

18 lines
388 B
Plaintext
Raw Normal View History

2006-10-09 20:43:28 +02:00
# Description: Read and write data across network connections
2006-02-23 16:26:10 +01:00
# URL: http://netcat.sourceforge.net
2006-10-09 20:43:28 +02:00
# Maintainer: Antti Nyk<79>nen, aon at iki dot fi
2006-02-23 16:26:10 +01:00
name=netcat
version=0.7.1
2007-01-23 11:12:13 +01:00
release=2
2006-02-23 16:26:10 +01: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 11:12:13 +01:00
rm -rf $PKG/usr/{share,info,bin/nc}
2006-02-23 16:26:10 +01:00
}