summaryrefslogtreecommitdiff
path: root/socat/Pkgfile
blob: ab917578d9e0d9013de29c59160e66fb5184a5c2 (plain)
    1 # Description: SOcket CAT - netcat-like utility with many enhancements
    2 # URL:         http://www.dest-unreach.org/socat
    3 # Maintainer:  Juergen Daubert, jue at crux dot nu
    4 # Depends on:  ncurses openssl readline
    5 
    6 name=socat
    7 version=1.7.3.0
    8 release=1
    9 source=(http://www.dest-unreach.org/socat/download/$name-$version.tar.bz2)
   10 
   11 build () {
   12     cd $name-$version
   13     ./configure --prefix=/usr --mandir=/usr/man
   14     make
   15     make DESTDIR=$PKG install
   16 }

Generated by cgit