wok annotate thunar-dev/receipt @ rev 22291

updated xorg-xkbutils (1.0.3 -> 1.0.4)
author Hans-G?nter Theisgen
date Wed Nov 13 16:11:02 2019 +0100 (2019-11-13)
parents 3af9c976b7d4
children cfb29dc98daa
rev   line source
erjo@4144 1 # SliTaz package receipt."
erjo@4144 2
erjo@4144 3 PACKAGE="thunar-dev"
erjo@14832 4 VERSION="1.4.0"
pascal@5730 5 CATEGORY="development"
erjo@4144 6 SHORT_DESC="Thunar File Manager dev files"
erjo@4144 7 MAINTAINER="erjo@slitaz.org"
pascal@15000 8 LICENSE="GPL2"
erjo@4144 9 WANTED="thunar"
erjo@4144 10 SOURCE="Thunar"
pascal@20671 11 WEB_SITE="https://www.xfce.org"
erjo@4144 12
pascal@15598 13 DEPENDS="thunar pkg-config"
pascal@15000 14
erjo@4144 15 genpkg_rules()
erjo@4144 16 {
erjo@8019 17 mkdir -p $fs/usr/lib/thunarx-2
erjo@4144 18
pascal@15000 19 cp -a $install/usr/include $fs/usr
pascal@15000 20 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
pascal@15000 21 cp -a $install/usr/lib/*.*a $fs/usr/lib
pascal@15000 22 cp -a $install/usr/lib/thunarx-2/*.*a $fs/usr/lib/thunarx-2
erjo@4144 23 }