wok-6.x view sip-dev/receipt @ rev 18480

syslinux: fix post-install when upgrade the package
No more "XXXXXXXX" here, so post_install() fails
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Oct 08 03:44:14 2015 +0300 (2015-10-08)
parents 3b4e4318134e
children b1fea658f5c9
line source
1 # SliTaz package receipt.
3 PACKAGE="sip-dev"
4 VERSION="4.16.6"
5 CATEGORY="development"
6 SHORT_DESC="Development files for sip"
7 MAINTAINER="allan316@gmail.com"
8 LICENSE="GPL2 GPL3"
9 WEB_SITE="http://www.riverbankcomputing.co.uk"
11 WANTED="sip"
12 DEPENDS="sip"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr
18 cp -a $install/usr/include $fs/usr
19 }