wok view libexo/receipt @ rev 25669

Up lapack (3.12.0), less (633), libarchive (3.7.2), liblouis (3.28.0), libmicrohttpd (1.0.1), libpng (1.6.43), libssh (0.10.6), libtasn1 (4.19.0), libtirpc (1.3.4), libvpx (1.14.0), libwebp (1.3.2), logrotate (3.21.0), lua (5.4.6)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Feb 25 16:11:20 2024 +0000 (12 months ago)
parents 6e8b1bcb30e2
children d831eaab074c
line source
1 # SliTaz package receipt.
3 PACKAGE="libexo"
4 VERSION="0.10.3"
5 CATEGORY="x-window"
6 SHORT_DESC="Xfce extension library"
7 MAINTAINER="erjo@slitaz.org"
8 LICENSE="GPL2"
9 WANTED="exo"
10 SUGGESTED="exo-tools"
11 WEB_SITE="https://www.xfce.org"
13 DEPENDS="libxfce4util startup-notification libnotify"
15 # Rules to gen a SliTaz package suitable for Tazpkg.
16 genpkg_rules()
17 {
18 mkdir -p $fs/usr/lib
20 cp -a $install/etc $fs/
21 cp -a $install/usr/bin $fs/usr
22 cp -a $install/usr/lib/*.so* $fs/usr/lib
23 cp -a $install/usr/lib/xfce4 $fs/usr/lib
25 # Strip files
26 #strip -s $fs/usr/lib/libexo/* 2> /dev/null
27 }