wok annotate libexo/receipt @ rev 21279

Up copyq (2.4.2)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Apr 14 11:33:20 2019 +0200 (2019-04-14)
parents 380ffe05937a
children 5eee27c40050
rev   line source
erjo@2076 1 # SliTaz package receipt.
erjo@2076 2
erjo@2076 3 PACKAGE="libexo"
erjo@14817 4 VERSION="0.8.0"
erjo@2076 5 CATEGORY="x-window"
erjo@2076 6 SHORT_DESC="Xfce extension library"
erjo@2076 7 MAINTAINER="erjo@slitaz.org"
pascal@15000 8 LICENSE="GPL2"
erjo@5221 9 WANTED="exo"
erjo@5221 10 SUGGESTED="exo-tools"
pascal@20671 11 WEB_SITE="https://www.xfce.org"
erjo@2076 12
pascal@15000 13 DEPENDS="libxfce4util startup-notification libnotify"
pascal@15000 14
erjo@2076 15 # Rules to gen a SliTaz package suitable for Tazpkg.
erjo@2076 16 genpkg_rules()
erjo@2076 17 {
erjo@5221 18 mkdir -p $fs/usr/lib
pankso@4199 19
erjo@14817 20 cp -a $install/etc $fs/
erjo@14817 21 cp -a $install/usr/bin $fs/usr
erjo@14817 22 cp -a $install/usr/lib/*.so* $fs/usr/lib
erjo@14817 23 cp -a $install/usr/lib/xfce4 $fs/usr/lib
erjo@2076 24
erjo@4871 25 # Strip files
erjo@8017 26 #strip -s $fs/usr/lib/libexo/* 2> /dev/null
erjo@2076 27 }