wok-6.x annotate thunar-dev/receipt @ rev 23975
Up matio (1.5.18), mutt (1.14.7), nasm (2.15.05), net-snmp (5.9), nethack (3.6.6)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Oct 28 17:24:13 2020 +0000 (2020-10-28) |
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 } |