wok-stable view fox14-dev/receipt @ rev 11351

get-flash-plugin: Add support to use /etc/slitaz/slitaz.conf file if it exist. If $INSTALLED doesn't exist, assign it to /var/lib/tazpkg/installed.
author Christopher Rogers <slaxemulator@gmail.com>
date Tue Nov 29 11:53:47 2011 +0000 (2011-11-29)
parents be13f25e790b
children
line source
1 # SliTaz package receipt.
3 PACKAGE="fox14-dev"
4 VERSION="1.4.35"
5 CATEGORY="x-window"
6 SHORT_DESC="Fox toolkit."
7 MAINTAINER="pankso@slitaz.org"
8 DEPENDS="fox"
9 SUGGESTED="adie calculator pathfinder shutterbug"
10 WEB_SITE="http://www.fox-toolkit.org/"
11 WANTED="fox14"
13 # Rules to gen a SliTaz package suitable for Tazpkg.
14 genpkg_rules()
15 {
16 mkdir -p $fs/usr/lib
17 cp -a $_pkg/usr/include $fs/usr
18 cp -a $_pkg/usr/lib/*.a* $fs/usr/lib
19 cp -a $_pkg/usr/lib/*.la* $fs/usr/lib
20 }