wok view adie/receipt @ rev 15919

openbox: depends on xorg-libXcursor (fix no X in justx flavor)
author Christophe Lincoln <pankso@slitaz.org>
date Tue Feb 18 17:43:11 2014 +0100 (2014-02-18)
parents 76b72f1ad63c
children d67887b74cbb
line source
1 # SliTaz package receipt.
3 PACKAGE="adie"
4 VERSION="1.6.49"
5 CATEGORY="x-window"
6 SHORT_DESC="Advanced text editor using the Fox Toolkit."
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="LGPL2.1"
9 WANTED="fox"
10 WEB_SITE="http://www.fox-toolkit.org/"
11 TAGS="text-editor"
13 DEPENDS="fox"
15 # Rules to gen a SliTaz package suitable for Tazpkg.
16 genpkg_rules()
17 {
18 mkdir -p $fs/usr/bin
19 cp -a $install/usr/bin/$PACKAGE $fs/usr/bin
20 copy_generic_files
21 }