# SliTaz package receipt. PACKAGE="linmodem-intel-537" VERSION="2.60.80.0" CATEGORY="network" MAINTAINER="jozee@slitaz.org" SHORT_DESC="Intel Modem Drivers for 537 chipsets" DEPENDS="linux" BUILD_DEPENDS="linux-module-headers lzma" WEB_SITE="http://linmodems.technion.ac.il/packages/Intel/" TARBALL="intel-536EP-537EP_2009_07_04.tar.bz2" WGET_URL="$WEB_SITE/Philippe.Vouters/$TARBALL" TAGS="" # 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-$file || return 1 touch done.$file done <