wok-6.x view adie/receipt @ rev 13650

Up: slitaz-configs to 5.1.1. I made sure applications.conf was added.
author Christopher Rogers <slaxemulator@gmail.com>
date Sun Nov 18 18:16:33 2012 +0000 (2012-11-18)
parents bd75f843a141
children 76b72f1ad63c
line source
1 # SliTaz package receipt.
3 PACKAGE="adie"
4 VERSION="1.6.46"
5 CATEGORY="x-window"
6 SHORT_DESC="Advanced text editor using the Fox Toolkit."
7 MAINTAINER="pankso@slitaz.org"
8 DEPENDS="fox"
9 WANTED="fox"
10 WEB_SITE="http://www.fox-toolkit.org/"
11 TAGS="text-editor"
13 # Rules to gen a SliTaz package suitable for Tazpkg.
14 genpkg_rules()
15 {
16 mkdir -p $fs/usr/bin
17 cp -a $_pkg/usr/bin/$PACKAGE $fs/usr/bin
18 copy_generic_files
19 }