wok-6.x annotate adie/receipt @ rev 15349
freetype: splashutils *needs* static lib
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Sep 30 15:03:13 2013 +0000 (2013-09-30) |
parents | 8dd5d2d3a69e |
children | aaf121138b7d |
rev | line source |
---|---|
pankso@2780 | 1 # SliTaz package receipt. |
pankso@2780 | 2 |
pankso@2780 | 3 PACKAGE="adie" |
samuel_trassare@13414 | 4 VERSION="1.6.46" |
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" |
pascal@14996 | 8 LICENSE="LGPL2.1" |
pankso@2780 | 9 WANTED="fox" |
pankso@2780 | 10 WEB_SITE="http://www.fox-toolkit.org/" |
jozee@3563 | 11 TAGS="text-editor" |
pankso@2780 | 12 |
pascal@14996 | 13 DEPENDS="fox" |
pascal@14996 | 14 |
pankso@2780 | 15 # Rules to gen a SliTaz package suitable for Tazpkg. |
pankso@2780 | 16 genpkg_rules() |
pankso@2780 | 17 { |
pankso@2780 | 18 mkdir -p $fs/usr/bin |
pascal@14996 | 19 cp -a $install/usr/bin/$PACKAGE $fs/usr/bin |
pankso@2780 | 20 copy_generic_files |
pankso@2780 | 21 } |