wok view thunar-dev/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 | cfb29dc98daa |
children | fceea4b4808a |
line source
1 # SliTaz package receipt."
3 PACKAGE="thunar-dev"
4 VERSION="1.6.6"
5 CATEGORY="development"
6 SHORT_DESC="Thunar File Manager - development files."
7 MAINTAINER="erjo@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="https://docs.xfce.org/xfce/thunar/start"
11 DEPENDS="thunar pkg-config"
12 WANTED="thunar"
14 genpkg_rules()
15 {
16 mkdir -p $fs/usr/lib/thunarx-2
18 cp -a $install/usr/lib/thunarx-2/*.*a $fs/usr/lib/thunarx-2
19 get_dev_files
20 }