diff options
Diffstat (limited to 'abs/core/ceton')
| -rw-r--r-- | abs/core/ceton/PKGBUILD | 32 | ||||
| -rw-r--r-- | abs/core/ceton/ceton.install | 25 | ||||
| -rw-r--r-- | abs/core/ceton/ctn_udev.patch | 5 | ||||
| -rwxr-xr-x | abs/core/ceton/ifctn.sh | 2 | 
4 files changed, 0 insertions, 64 deletions
| diff --git a/abs/core/ceton/PKGBUILD b/abs/core/ceton/PKGBUILD deleted file mode 100644 index 9b5032b..0000000 --- a/abs/core/ceton/PKGBUILD +++ /dev/null @@ -1,32 +0,0 @@ -# $Id: PKGBUILD 5936 2008-07-21 20:24:16Z thomas $ -# Maintainer: Cecil Watson<knoppmyth@gmail.com> - -pkgname=ceton -_kernver=2.6.39-LinHES -pkgver=1.7 -pkgrel=1 -pkgdesc="Drivers for Ceton InfiniTV4" -arch=('i686' 'x86_64') -license=('GPL2') -url="http://linuxtv.org/" -depends=('kernel26') -makedepends=(kernel-headers) -install=ceton.install -source=('http://www.cetoncorp.com/downloads/ceton_infinitv_linux_driver_1_7.tar.gz' -	'ctn_udev.patch' 'ifctn.sh') - -build() { -  cd $startdir/src/ceton_infinitv_linux_driver -  patch -p0 < $srcdir/ctn_udev.patch -  make -  make install -  mkdir -p $startdir/pkg/lib/modules/$_kernver/extra -  cp ctn91xx.ko $startdir/pkg/lib/modules/$_kernver/extra -  mkdir -p $pkgdir/etc/udev/rules.d -  cp 98-ctn91xx.rules $pkgdir/etc/udev/rules.d/ -  mkdir -p $pkgdir/usr/LH/bin -  install -m 755 $srcdir/ifctn.sh $pkgdir/usr/LH/bin -} -md5sums=('36949422b310b73f43f2c153e4157916' -         '05371fcff10a2d9058644e860f5c17ef' -         '3fc4c4981d2dab54b297f17564b7729f') diff --git a/abs/core/ceton/ceton.install b/abs/core/ceton/ceton.install deleted file mode 100644 index 67403db..0000000 --- a/abs/core/ceton/ceton.install +++ /dev/null @@ -1,25 +0,0 @@ -# arg 1:  the new package version -post_install() { -  KERNEL_VERSION='2.6.39-LinHES' -  depmod -ae -v $KERNEL_VERSION  > /dev/null 2>&1                 -} - -# arg 1:  the new package version -# arg 2:  the old package version -post_upgrade() { -  KERNEL_VERSION='2.6.39-LinHES' -  depmod -ae -v $KERNEL_VERSION  > /dev/null 2>&1 -  rmmod ctn91xx -  modprobe ctn91xx   - -} - -# arg 1:  the old package version -post_remove() { -  KERNEL_VERSION='2.6.28-LinHES' -  depmod -ae -v $KERNEL_VERSION  > /dev/null 2>&1         -} - -op=$1 -shift -$op $* diff --git a/abs/core/ceton/ctn_udev.patch b/abs/core/ceton/ctn_udev.patch deleted file mode 100644 index 91af3ac..0000000 --- a/abs/core/ceton/ctn_udev.patch +++ /dev/null @@ -1,5 +0,0 @@ ---- 98-ctn91xx.rules.orig	2011-08-18 19:17:11.000000000 +0000 -+++ 98-ctn91xx.rules	2011-08-18 19:18:54.000000000 +0000 -@@ -1 +1 @@ --KERNEL=="ctn91xx_*", NAME="ceton/%k", MODE="0666",OWNER="root",GROUP="root" -+KERNEL=="ctn91xx_*", NAME="ceton/%k", MODE="0666",OWNER="root",GROUP="root", RUN+="/usr/LH/bin/ifctn.sh" diff --git a/abs/core/ceton/ifctn.sh b/abs/core/ceton/ifctn.sh deleted file mode 100755 index 7d7265d..0000000 --- a/abs/core/ceton/ifctn.sh +++ /dev/null @@ -1,2 +0,0 @@ -#!/bin/bash -/sbin/ifconfig ctn0 192.168.200.254 netmask 255.255.255.0 up | 
