# SliTaz package receipt. PACKAGE="speedtouch" VERSION="1.3.1" CATEGORY="misc" MAINTAINER="jozee@slitaz.org" SHORT_DESC="Driver for the ADSL Speed Touch USB modem" WEB_SITE="http://speedtouch.sourceforge.net/" DEPENDS="bash" TARBALL="$PACKAGE-$VERSION.tar.bz2" WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" # Rules to configure and make the package. compile_rules() { cd $src while read file; do [ -f done.$file ] && continue echo "Apply $file..." patch -p1 < $stuff/$PACKAGE-$VERSION-$file || return 1 touch done.$file done <