wok-6.x annotate adie/receipt @ rev 12537
grapphviz: merge fix from stable
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Thu Apr 26 02:19:03 2012 +0200 (2012-04-26) |
parents | d7e2c4e777b3 |
children | 8dd5d2d3a69e |
rev | line source |
---|---|
pankso@2780 | 1 # SliTaz package receipt. |
pankso@2780 | 2 |
pankso@2780 | 3 PACKAGE="adie" |
slaxemulator@10208 | 4 VERSION="1.6.43" |
pankso@2780 | 5 CATEGORY="x-window" |
jozee@3563 | 6 SHORT_DESC="Advanced text editor using the Fox Toolkit." |
pankso@2780 | 7 MAINTAINER="pankso@slitaz.org" |
pankso@2780 | 8 DEPENDS="fox" |
pankso@2780 | 9 WANTED="fox" |
pankso@2780 | 10 WEB_SITE="http://www.fox-toolkit.org/" |
jozee@3563 | 11 TAGS="text-editor" |
pankso@2780 | 12 |
pankso@2780 | 13 # Rules to gen a SliTaz package suitable for Tazpkg. |
pankso@2780 | 14 genpkg_rules() |
pankso@2780 | 15 { |
pankso@2780 | 16 mkdir -p $fs/usr/bin |
pankso@2780 | 17 cp -a $_pkg/usr/bin/$PACKAGE $fs/usr/bin |
pankso@2780 | 18 copy_generic_files |
pankso@2780 | 19 } |