wok-next view gritz/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 d43bf7aae921
children
line source
1 # SliTaz package receipt.
3 PACKAGE="gritz" # FIXME: author renamed gritz to spread0r
4 VERSION="1.0"
5 CATEGORY="misc"
6 SHORT_DESC="Text reader, which makes you reading twice as fast as usual"
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="https://github.com/xypiie/spread0r"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="$WEB_SITE/archive/v$VERSION.tar.gz"
14 BUILD_DEPENDS="perl"
16 genpkg_rules() {
17 libperl=$(tazpkg list-files perl | \
18 sed '/^\/usr\/lib\/perl/!d;s|\(/usr/lib/perl[^/]*/[^/]*\).*|\1|;q')
19 mkdir -p $fs/usr/bin $fs$libperl
20 cp -a $src/lib/*.pm $fs$libperl
21 cp -a $src/gritz.pl $fs/usr/bin/gritz
22 DEPENDS="perl-gtk2"
23 }