16abcdab67
apache: zlib aterm: xorg-libsm xorg-libxext conky: glib xorg-libxext cups-filters: cups evilwm: xorg-libxext geeqie: intltool gtk-engines: intltool gutenprint: ncurses readline lcms2: libjpeg-turbo zlib libpcap: eudev mc: ncurses mod_php: libxml2 xz mutt: ncurses mysql: ncurses openssl zlib nfs-utils: eudev ocaml: zlib php-fcgi: xz php-fpm: xz php: readline xz ruby: readline samba: talloc socat: ncurses sqlite3: ncurses sylpheed: openssl transmission-gtk: curl intltool
17 lines
421 B
Plaintext
17 lines
421 B
Plaintext
# Description: SOcket CAT - netcat-like utility with many enhancements
|
|
# URL: http://www.dest-unreach.org/socat
|
|
# Maintainer: Juergen Daubert, jue at crux dot nu
|
|
# Depends on: openssl readline
|
|
|
|
name=socat
|
|
version=1.7.3.2
|
|
release=1
|
|
source=(http://www.dest-unreach.org/socat/download/$name-$version.tar.bz2)
|
|
|
|
build () {
|
|
cd $name-$version
|
|
./configure --prefix=/usr
|
|
make
|
|
make DESTDIR=$PKG install
|
|
}
|