summaryrefslogtreecommitdiffstats
path: root/abs/core-testing/plextor-convertX-driver/.svn/text-base/PKGBUILD.svn-base
diff options
context:
space:
mode:
authorJames Meyer <james.meyer@operamail.com>2010-10-23 18:17:40 (GMT)
committerJames Meyer <james.meyer@operamail.com>2010-10-23 18:19:39 (GMT)
commitadbcf19958300e9b6598990184c8815b945ba0ee (patch)
treef4283c850ac0ac202c17e78a637ee7ca8147621b /abs/core-testing/plextor-convertX-driver/.svn/text-base/PKGBUILD.svn-base
parent61a68250df10d29b624650948484898334ff22d0 (diff)
downloadlinhes_pkgbuild-adbcf19958300e9b6598990184c8815b945ba0ee.zip
linhes_pkgbuild-adbcf19958300e9b6598990184c8815b945ba0ee.tar.gz
linhes_pkgbuild-adbcf19958300e9b6598990184c8815b945ba0ee.tar.bz2
Removed old core and extra from repo. Renamed -testing to core/extra. This will setup the base for the testing branch.
Diffstat (limited to 'abs/core-testing/plextor-convertX-driver/.svn/text-base/PKGBUILD.svn-base')
-rw-r--r--abs/core-testing/plextor-convertX-driver/.svn/text-base/PKGBUILD.svn-base31
1 files changed, 0 insertions, 31 deletions
diff --git a/abs/core-testing/plextor-convertX-driver/.svn/text-base/PKGBUILD.svn-base b/abs/core-testing/plextor-convertX-driver/.svn/text-base/PKGBUILD.svn-base
deleted file mode 100644
index 1711062..0000000
--- a/abs/core-testing/plextor-convertX-driver/.svn/text-base/PKGBUILD.svn-base
+++ /dev/null
@@ -1,31 +0,0 @@
-
-
-pkgname=plextor-convertX-driver
-pkgver=0.9.8
-pkgrel=3
-_kernver=2.6.17-STB
-pkgdesc="ivtv - Drivers for many types of PVR cards"
-arch=(i686 x86_64)
-url="http://ivtvdriver.org"
-install="convertX.install"
-source=("http://oss.wischip.com/wis-go7007-linux-$pkgver.tar.bz2" "wis-go-0.9.8-2.6.17.patch")
-depends=(gcc 'udev>=070' 'fxload')
-
-
-build() {
-
- # SET UP
- patch -p0 < wis-go-0.9.8-2.6.17.patch
- cd $startdir/src/wis-go7007-linux-0.9.8|| return 1
-
- # build
- make clean || return 1
- make || return 1
- mkdir -p $startdir/pkg/usr/src/linux-$_kernver/include/linux
- mkdir -p $startdir/pkg/etc/udev/rules.d
- mkdir -p $startdir/pkg/usr/bin
- # install
- make DESTDIR=$startdir/pkg install || return 1
- install -m755 apps/gorecord $startdir/pkg/usr/bin/gorecord
- install -m755 apps/modet $startdir/pkg/usr/bin/modet
-}