# HG changeset patch # User Rohit Joshi # Date 1260451768 0 # Node ID 190fae531539aaa1f4445ff9e9495e41284b336c # Parent fe3602b923a8b931348178af0b864825aa6e262d Add speedtouch modem diff -r fe3602b923a8 -r 190fae531539 speedtouch/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/speedtouch/receipt Thu Dec 10 13:29:28 2009 +0000 @@ -0,0 +1,39 @@ +# 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 <