wok-next view gaupol/receipt @ rev 21432

updated rawstudio (1.2 -> 2.0)
author Hans-G?nter Theisgen
date Tue May 05 09:38:29 2020 +0100 (2020-05-05)
parents aa1e58c82d61
children 2b1d3509e089
line source
1 # SliTaz package receipt v2.
3 PACKAGE="gaupol"
4 VERSION="1.4.1"
5 CATEGORY="multimedia"
6 SHORT_DESC="Editor for text-based subtitles"
7 MAINTAINER="devel@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 TARBALL_SHA256="6c5bfa20fc7aa25c81027049ca7d87569e938ca272462f22ace4a6ebb00dcfc8"
16 BUILD_DEPENDS="python3 gettext-dev"
18 DEPENDS_std="python3 python3-pygobject gtk3"
19 SUGGESTED_std="gstreamer1 gst1-plugins-base gst1-plugins-good gst1-plugins-bad \
20 gst1-plugins-ugly gst1-libav python3-pyenchant gtkspell3 iso-codes \
21 python3-chardet mplayer"
23 compile_rules() {
24 # don't use '-B' flag: *.egg-info will not be created
25 python3 setup.py install --root=$install || return 1
27 find $install -type f -name '*.pyc' -delete
28 find $install -type f -exec chmod g-w '{}' \;
29 }