# SliTaz package receipt. PACKAGE="linmodem-intel-536ep" VERSION="2.56.76.0" CATEGORY="network" MAINTAINER="jozee@slitaz.org" SHORT_DESC="Intel Modem Drivers for 536EP chipset" 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" DEPENDS="linux" BUILD_DEPENDS="linux-module-headers lzma" # 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 <