aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-09-09 12:37:57 -0300
committerLeo <thinkabit.ukim@gmail.com>2019-09-09 12:38:11 -0300
commitebc1fa8351f35fcfe96e43e518da35fcf5f57692 (patch)
tree0e055b3898dc67ddf806812de7381928873696ed /testing
parent43cac210ee9ac7a736b07e3f6b7162be1674d554 (diff)
downloadaports-ebc1fa8351f35fcfe96e43e518da35fcf5f57692.tar.bz2
aports-ebc1fa8351f35fcfe96e43e518da35fcf5f57692.tar.xz
testing/vnc2flv: remove
- Python2 only - No development - Last release 9 years ago
Diffstat (limited to 'testing')
-rw-r--r--testing/vnc2flv/APKBUILD38
1 files changed, 0 insertions, 38 deletions
diff --git a/testing/vnc2flv/APKBUILD b/testing/vnc2flv/APKBUILD
deleted file mode 100644
index dd48f4ea6b..0000000000
--- a/testing/vnc2flv/APKBUILD
+++ /dev/null
@@ -1,38 +0,0 @@
-# Contributor:
-# Maintainer:
-pkgname=vnc2flv
-pkgver=20100207
-pkgrel=0
-pkgdesc="Screen recording tool that captures a VNC session and saves as FLV"
-url="http://pypi.python.org/pypi/vnc2flv/"
-arch="all"
-license="MIT/X"
-depends=""
-depends_dev=""
-makedepends="python2-dev"
-install=""
-subpackages=""
-source="https://files.pythonhosted.org/packages/source/${pkgname:0:1}/$pkgname/$pkgname-$pkgver.tar.gz"
-
-_builddir="$srcdir"/vnc2flv-$pkgver
-prepare() {
- local i
- cd "$_builddir"
- for i in $source; do
- case $i in
- *.patch) msg $i; patch -p1 -i "$srcdir"/$i || return 1;;
- esac
- done
-}
-
-build() {
- cd "$_builddir"
- python2 setup.py build || return 1
-}
-
-package() {
- cd "$_builddir"
- python2 setup.py install --prefix=/usr --root="$pkgdir" || return 1
-}
-
-md5sums="8492e46496e187b49fe5569b5639804e vnc2flv-20100207.tar.gz"