wok-next annotate tsocks/receipt @ rev 21386

updated nfs-utils (1.3.0 -> 2.4.3)
author Hans-G?nter Theisgen
date Fri Apr 17 13:40:22 2020 +0100 (2020-04-17)
parents c92b838a23c5
children
rev   line source
pascal@17191 1 # SliTaz package receipt.
pascal@17191 2
pascal@17191 3 PACKAGE="tsocks"
pascal@17191 4 VERSION="1.8beta5"
pascal@17191 5 CATEGORY="network"
al@21020 6 SHORT_DESC="A transparent SOCKS proxying library"
pascal@17191 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@17191 8 LICENSE="GPL2"
pascal@17191 9 TARBALL="$PACKAGE-$VERSION.tar.gz"
pascal@17191 10 WEB_SITE="http://tsocks.sourceforge.net/"
pascal@17191 11 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
pascal@17191 12
al@21020 13 compile_rules() {
pascal@17191 14 ./configure \
pascal@17191 15 --prefix=/usr \
pascal@17191 16 $CONFIGURE_ARGS
pascal@17191 17 make &&
al@21020 18 make DESTDIR=$install install
pascal@17191 19 }
pascal@17191 20
al@21020 21 genpkg_rules() {
pascal@17191 22 mkdir -p $fs/usr
pascal@17191 23 cp -a $install/usr/bin $fs/usr
pascal@17191 24 cp -a $install/lib $fs
pascal@17191 25 }