wok view x11rec/receipt @ rev 20009

Add: description.txt and links revision.
author Leonardo Laporte <hackdorte@yandex.com>
date Thu Aug 03 05:22:36 2017 -0300 (2017-08-03)
parents
children 453c249b6219
line source
1 # SliTaz package receipt.
3 PACKAGE="x11rec"
4 VERSION="0.3"
5 CATEGORY="x-window"
6 SHORT_DESC="A very ad hoc X11 recorder."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="GPL2"
9 TARBALL="$PACKAGE-$VERSION.tar.gz"
10 WEB_SITE="http://0xcc.net/x11rec"
11 WGET_URL="$WEB_SITE/$TARBALL"
13 DEPENDS="ruby imagemagick xorg-xwininfo gifsicle"
15 # Rules to gen a SliTaz package suitable for Tazpkg.
16 genpkg_rules()
17 {
18 mkdir -p $fs/usr/bin
19 cp -a $src/x11rec $fs/usr/bin
20 }