wok-next view adie/receipt @ rev 12285
Up: linux (3.2.14) Let play with the kernel :-)
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Sun Apr 15 16:27:00 2012 +0200 (2012-04-15) |
parents | d7e2c4e777b3 |
children | 8dd5d2d3a69e |
line source
1 # SliTaz package receipt.
3 PACKAGE="adie"
4 VERSION="1.6.43"
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 }