mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-04 20:06:43 +02:00
testing/vnc2flv: remove
- Python2 only - No development - Last release 9 years ago
This commit is contained in:
parent
43cac210ee
commit
ebc1fa8351
@ -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"
|
||||
Loading…
x
Reference in New Issue
Block a user