Subversion Repository

Parent Directory Parent Directory | Revision Log Revision Log


Revision 675 - (hide annotations)
Sun Oct 4 15:05:40 2009 UTC (3 years, 7 months ago) by cjg
File size: 410 byte(s)
hcfmodem: updated to 1.19
1 cjg 265 # 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 cjg 675 version=1.19
7 cjg 265 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     }