wok annotate x11rec/receipt @ rev 22040

updated tokyocabinet and tokyocabinet-dev (1.4.32 -> 1.4.48)
author Hans-G?nter Theisgen
date Mon Oct 21 17:24:12 2019 +0100 (2019-10-21)
parents
children 453c249b6219
rev   line source
pascal@17418 1 # SliTaz package receipt.
pascal@17418 2
pascal@17418 3 PACKAGE="x11rec"
pascal@17418 4 VERSION="0.3"
pascal@17418 5 CATEGORY="x-window"
pascal@17418 6 SHORT_DESC="A very ad hoc X11 recorder."
pascal@17418 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@17418 8 LICENSE="GPL2"
pascal@17418 9 TARBALL="$PACKAGE-$VERSION.tar.gz"
pascal@17418 10 WEB_SITE="http://0xcc.net/x11rec"
pascal@17418 11 WGET_URL="$WEB_SITE/$TARBALL"
pascal@17418 12
pascal@17418 13 DEPENDS="ruby imagemagick xorg-xwininfo gifsicle"
pascal@17418 14
pascal@17418 15 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@17418 16 genpkg_rules()
pascal@17418 17 {
pascal@17418 18 mkdir -p $fs/usr/bin
pascal@17418 19 cp -a $src/x11rec $fs/usr/bin
pascal@17418 20 }