wok view fltk-2.0.x-fluid2/receipt @ rev 10549

php: Added back code to add desktop, image, and php.ini in compile_rules. These files are needed for php-common not php directly. Thats what they were there.
author Christopher Rogers <slaxemulator@gmail.com>
date Wed May 25 14:47:51 2011 +0000 (2011-05-25)
parents 3a3ac96180a9
children a00bf44ed23d
line source
1 # SliTaz package receipt.
3 PACKAGE="fltk-2.0.x-fluid2"
4 VERSION="r7725"
5 CATEGORY="development"
6 SHORT_DESC="Fast Light Tool Kit designer 2.0 serie."
7 WANTED="fltk-2.0.x"
8 DEPENDS="fltk-2.0.x"
9 MAINTAINER="pankso@slitaz.org"
10 WEB_SITE="http://www.fltk.org/"
12 # Rules to gen a SliTaz package suitable for Tazpkg.
13 genpkg_rules()
14 {
15 mkdir -p $fs/usr/bin
16 cp -a $_pkg/usr/bin/fluid2 $fs/usr/bin
17 }