wok view fltk-2.0.x-dev/receipt @ rev 8061

Add pre_install and post_remove to gzip. This is to add the busybox soft links for gzip if gzip is uninstalled.
author Christopher Rogers <slaxemulator@gmail.com>
date Thu Jan 20 18:07:19 2011 +0000 (2011-01-20)
parents
children 6c6f7eaf52c5
line source
1 # SliTaz package receipt.
3 PACKAGE="fltk-2.0.x-dev"
4 VERSION="r6671"
5 CATEGORY="development"
6 SHORT_DESC="Fast Light Tool Kit devel files (FLZK 2.0)."
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 $fs/usr/lib
16 cp -a $_pkg/usr/bin/fltk2-config $fs/usr/bin
17 cp -a $_pkg/usr/lib/*.*a $fs/usr/lib
18 cp -a $_pkg/usr/include $fs/usr
19 }