wok view libexo/receipt @ rev 25794
created recipe for exo-lang
author | Hans-G?nter Theisgen |
---|---|
date | Wed Oct 23 16:19:52 2024 +0100 (4 weeks ago) |
parents | 5eee27c40050 |
children |
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 WEB_SITE="https://www.xfce.org"
11 SUGGESTED="exo-tools"
12 DEPENDS="libxfce4util startup-notification libnotify"
13 WANTED="exo"
15 # Rules to gen a SliTaz package suitable for Tazpkg.
16 genpkg_rules()
17 {
18 cook_copy_folders etc
19 cook_copy_folders bin
20 cook_copy_files *.so*
21 cp -a $install/usr/lib/xfce4 $fs/usr/lib
23 # Strip files
24 #strip -s $fs/usr/lib/libexo/* 2> /dev/null
25 }