Subversion Repository

Parent Directory Parent Directory | Revision Log Revision Log


Revision 784 - (show annotations)
Sun Oct 4 15:09:53 2009 UTC (3 years, 8 months ago) by cjg
File size: 410 byte(s)
hcfmodem: added
1 # Description: Linuxant driver for Apple HCF internal modems (Full)
2 # URL: http://www.linuxant.com/
3 # Maintainer: The CRUX PPC team http://cruxppc.sunsite.dk
4
5 name=hcfmodem
6 version=1.15
7 release=1
8 source=(http://www.linuxant.com/drivers/hcf/full/archive/hcfusbmodem-${version}powerpcfull.tar.gz)
9
10 build() {
11 cd hcfusbmodem-${version}powerpcfull
12 make all
13 make PREFIX=${PKG}/usr ROOT=${PKG} install
14 }