wok-next annotate gritz/receipt @ rev 21427

updated qt4 (4.8.6 -> 4.8.7)
author Hans-G?nter Theisgen
date Tue May 05 08:11:24 2020 +0100 (2020-05-05)
parents d43bf7aae921
children
rev   line source
pascal@16018 1 # SliTaz package receipt.
pascal@16018 2
al@21020 3 PACKAGE="gritz" # FIXME: author renamed gritz to spread0r
pascal@16018 4 VERSION="1.0"
pascal@16018 5 CATEGORY="misc"
al@21020 6 SHORT_DESC="Text reader, which makes you reading twice as fast as usual"
pascal@16018 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@16018 8 LICENSE="GPL2"
al@21020 9 WEB_SITE="https://github.com/xypiie/spread0r"
al@21020 10
pascal@16018 11 TARBALL="$PACKAGE-$VERSION.tar.gz"
pascal@16018 12 WGET_URL="$WEB_SITE/archive/v$VERSION.tar.gz"
pascal@16018 13
al@20513 14 BUILD_DEPENDS="perl"
pascal@16018 15
al@21020 16 genpkg_rules() {
pascal@16018 17 libperl=$(tazpkg list-files perl | \
pascal@16018 18 sed '/^\/usr\/lib\/perl/!d;s|\(/usr/lib/perl[^/]*/[^/]*\).*|\1|;q')
pascal@16018 19 mkdir -p $fs/usr/bin $fs$libperl
pascal@16018 20 cp -a $src/lib/*.pm $fs$libperl
pascal@16018 21 cp -a $src/gritz.pl $fs/usr/bin/gritz
al@21020 22 DEPENDS="perl-gtk2"
pascal@16018 23 }