wok annotate thunar-dev/receipt @ rev 25164

updated python-antlr (3.5.2 -> 3.5.3)
author Hans-G?nter Theisgen
date Fri Jul 01 10:50:21 2022 +0100 (23 months ago)
parents 6e8b1bcb30e2
children
rev   line source
erjo@4144 1 # SliTaz package receipt."
erjo@4144 2
erjo@4144 3 PACKAGE="thunar-dev"
erkan@22421 4 VERSION="1.6.6"
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 }