wok annotate libspectre-dev/receipt @ rev 20255

firefox, thunderbird: try to force i686
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Mar 13 21:40:37 2018 +0100 (2018-03-13)
parents
children 4b6179b7c1cd
rev   line source
al@16625 1 # SliTaz package receipt.
al@16625 2
al@16625 3 PACKAGE="libspectre-dev"
al@16625 4 VERSION="0.2.7"
al@16625 5 CATEGORY="development"
al@16625 6 SHORT_DESC="Development files for libspectre"
al@16625 7 MAINTAINER="al.bobylev@gmail.com"
al@16625 8 LICENSE="GPL2"
al@16625 9 WEB_SITE="http://www.freedesktop.org/wiki/Software/libspectre"
al@16625 10 WANTED="libspectre"
al@16625 11
al@16625 12 DEPENDS="libspectre"
al@16625 13
al@16625 14 # Rules to gen a SliTaz package suitable for Tazpkg.
al@16625 15 genpkg_rules()
al@16625 16 {
al@16625 17 cp -a $install/* $fs
al@16625 18 rm -rf $fs/usr/lib/*.so*
al@16625 19 }