public
Description: various stuff used to create the chaox-ng livecd
Homepage: http://blag.chaox.net
Clone URL: git://github.com/jensp/chaox-ng-livecd.git
updated copyright
jensp (author)
Wed Aug 27 11:13:55 -0700 2008
commit  f78b56b5b73a2b95488b669bed57b9c5f26ff307
tree    f5d13480ceea22a08501af56f735dee95afcfb39
parent  0af397f666c213697213123f52edc16940ef575f
...
1
2
3
 
 
4
5
6
...
19
20
21
22
 
 
23
24
25
...
40
41
42
43
 
44
45
46
...
52
53
54
55
 
 
56
57
58
...
 
 
 
1
2
3
4
5
...
18
19
20
 
21
22
23
24
25
...
40
41
42
 
43
44
45
46
...
52
53
54
 
55
56
57
58
59
0
@@ -1,6 +1,5 @@
0
-# $Id$
0
-# Maintainer: Tobias Powalowski <tpowa@archlinux.org>
0
-# Maintainer: Thomas Baechler <thomas@archlinux.org>
0
+# Maintainer: Jens Pranaitis <jens@jenux.homelinux.org>
0
+# Based on the work of godane <slaxemulator@gmail.com>
0
 pkgname=kernel26slax
0
 _basekernel=2.6.26
0
 pkgver=2.6.26.3
0
@@ -19,7 +18,8 @@ depends=('coreutils' 'module-init-tools' 'mkinitcpio>=0.5.18')
0
 replaces=('kernel24' 'kernel24-scsi' 'kernel26-scsi'
0
           'alsa-driver' 'ieee80211' 'hostap-driver26'
0
           'pwc' 'nforce' 'squashfs' 'ivtv'
0
-    'zd1211' 'kvm-modules' 'iwlwifi' 'rt2x00-cvs')
0
+    'zd1211' 'kvm-modules' 'iwlwifi' 'rt2x00-cvs' 'kernel26')
0
+provides=('kernel26')
0
 install=$pkgname.install
0
 source=(ftp://ftp.kernel.org/pub/linux/kernel/v2.6/linux-$_basekernel.tar.bz2
0
   http://kernel.org/pub/linux/kernel/v2.6/patch-$pkgver.bz2
0
@@ -40,7 +40,7 @@ source=(ftp://ftp.kernel.org/pub/linux/kernel/v2.6/linux-$_basekernel.tar.bz2
0
   http://patches.aircrack-ng.org/ath5k-frequency-chaos_2.6.26.2.patch
0
   http://patches.aircrack-ng.org/ieee80211_inject-2.6.22.patch
0
   http://patches.aircrack-ng.org/zd1211rw_inject_2.6.26.patch
0
-  )
0
+)
0
 md5sums=('5169d01c405bc3f866c59338e217968c'
0
          '556282beb8feabee2972e1971984f6dd'
0
          '017184a4809c8b300490777f12c54047'
0
@@ -52,7 +52,8 @@ md5sums=('5169d01c405bc3f866c59338e217968c'
0
          '573f7d9f66ac010e03841fa5413a9e6a'
0
          'adf116e0e44159b90e049079ee538a81'
0
          '2c3adc6510c5bd47f0a04ace4aa2ea1d'
0
-         'a162a23b5db02738309e54b6ca9fcbc9')
0
+         'a162a23b5db02738309e54b6ca9fcbc9'
0
+   )
0
 build() {
0
   KARCH=x86
0
 

Comments