wok-next view gaupol/receipt @ rev 21727

created recipe for vbindiff
author Hans-G?nter Theisgen
date Sat Nov 21 14:32:44 2020 +0100 (2020-11-21)
parents 5792a639ec6f
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="gaupol"
4 VERSION="1.8"
5 CATEGORY="multimedia"
6 SHORT_DESC="Editor for text-based subtitles"
7 MAINTAINER="maintainer@slitaz.org"
8 LICENSE="GPL3"
9 WEB_SITE="https://otsaloma.io/gaupol/"
10 HOST_ARCH="any"
12 TARBALL="$PACKAGE-$VERSION.tar.gz"
13 WGET_URL="https://github.com/otsaloma/gaupol/archive/$VERSION.tar.gz"
14 # 1.4.1 TARBALL_SHA256="6c5bfa20fc7aa25c81027049ca7d87569e938ca272462f22ace4a6ebb00dcfc8"
16 BUILD_DEPENDS="python3 gettext-dev"
17 SPLIT="$PACKAGE-lang"
19 DEPENDS_std="gtk3 python3 python3-pygobject"
20 SUGGESTED_std="gstreamer1 gst1-plugins-base gst1-plugins-good gst1-plugins-bad \
21 gst1-plugins-ugly gst1-libav python3-pyenchant gtkspell3 iso-codes \
22 python3-chardet mplayer"
24 compile_rules()
25 {
26 # don't use '-B' flag: *.egg-info will not be created
27 python3 setup.py install --root=$install || return 1
29 find $install -type f -name '*.pyc' -delete
30 find $install -type f -exec chmod g-w '{}' \;
31 }