wok view x11rec/receipt @ rev 17710

Up inkscape (0.91) thanks to Joshida
author Yuri Pourre <yuripourre@gmail.com>
date Tue Mar 03 23:28:10 2015 -0300 (2015-03-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 }