summaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2010-03-17 09:08:36 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2010-03-17 09:08:36 +0000
commit879d374378ff31de73cf9c37e05a8bcacd7ac049 (patch)
tree334678dcf78e496fa347724d28f5255fe7484d71 /testing
parent2f5bc07ce71d77c0eb7c08a1da08acabfdb77e94 (diff)
downloadaports-879d374378ff31de73cf9c37e05a8bcacd7ac049.tar.bz2
aports-879d374378ff31de73cf9c37e05a8bcacd7ac049.tar.xz
testing/ivtv-utils: removed from stable branch
Diffstat (limited to 'testing')
-rw-r--r--testing/ivtv-utils/APKBUILD28
1 files changed, 0 insertions, 28 deletions
diff --git a/testing/ivtv-utils/APKBUILD b/testing/ivtv-utils/APKBUILD
deleted file mode 100644
index 33bccec5..00000000
--- a/testing/ivtv-utils/APKBUILD
+++ /dev/null
@@ -1,28 +0,0 @@
-# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
-pkgname=ivtv-utils
-pkgver=1.4.0
-pkgrel=0
-pkgdesc="Userspace utilities and firmware for Hauppauge PVR cards"
-url="http://ivtvdriver.org"
-license="GPL"
-depends=
-makedepends="uclibc++-dev"
-source="http://dl.ivtvdriver.org/ivtv/stable/$pkgname-$pkgver.tar.gz
- http://dl.ivtvdriver.org/ivtv/firmware/ivtv-firmware.tar.gz"
-
-build ()
-{
- cd "$srcdir"/$pkgname-$pkgver
- export CXX=${CXX_UC:-g++-uc}
- make || return 1
- make DESTDIR="$pkgdir" PREFIX=/usr install || return 1
-
- cd "$srcdir"
- for file in *.fw v4l-cx2341x-init.mpg; do
- install -D -m644 $file "$pkgdir"/lib/firmware/$file || return 1
- done
- rm -rf "$pkgdir"/usr/include
-}
-
-md5sums="13deb3fe973b175a115285e63f668b95 ivtv-utils-1.4.0.tar.gz
-b9a871f1c569025be9c48a77b3515faf ivtv-firmware.tar.gz"