# SliTaz package receipt. PACKAGE="socat" VERSION="2.0.0-b3" CATEGORY="network" SHORT_DESC="Reads and writes data across network connections." MAINTAINER="pascal.bellard@slitaz.org" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.dest-unreach.org/$PACKAGE/" WGET_URL="${WEB_SITE}download/$TARBALL" BUILD_DEPENDS="openssl-dev ncurses-dev" DEPENDS="openssl ncurses libwrap readline" # Rules to configure and make the package. compile_rules() { cd $src ./configure --prefix=/usr $CONFIGURE_ARGS && make && make DESTDIR=$PWD/_pkg install } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr cp -a $_pkg/usr/bin $fs/usr }