wok annotate libspectre-dev/receipt @ rev 21549
Add LXSession 0.4.6.* as lxsession046 (latest LXSession 0.4.* is 0.4.9.* and it don't compile anyway due to the old libgee; and latest LXSession 0.5.* (just lxsession) has the major drawbacks)
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Tue May 07 11:25:44 2019 +0300 (2019-05-07) |
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 } |