wok view adie/receipt @ rev 19596

Up: cmake (3.7.1)
author Alexander Medvedev <devl547@gmail.com>
date Sun Jan 01 17:45:15 2017 +0000 (2017-01-01)
parents aaf121138b7d
children faf06d0e5299
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"
12 HOST_ARCH="i486 arm"
14 DEPENDS="fox"
16 # Rules to gen a SliTaz package suitable for Tazpkg.
17 genpkg_rules()
18 {
19 mkdir -p $fs/usr/bin
20 cp -a $install/usr/bin/$PACKAGE $fs/usr/bin
21 copy_generic_files
22 }