wok annotate thunar-vfs-dev/receipt @ rev 21160

Up ufraw (0.22)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Mar 31 15:04:44 2019 +0200 (2019-03-31)
parents 5d53e8ccbc8d
children
rev   line source
erjo@8058 1 # SliTaz package receipt.
erjo@8058 2
erjo@8058 3 PACKAGE="thunar-vfs-dev"
erjo@8058 4 VERSION="1.2.0"
erjo@8058 5 CATEGORY="development"
erjo@8058 6 SHORT_DESC="Thnuar file manager libraries development files"
erjo@8058 7 MAINTAINER="erjo@slitaz.org"
pascal@15004 8 LICENSE="LGPL2"
erjo@8058 9 WANTED="thunar-vfs"
pascal@20671 10 WEB_SITE="https://www.xfce.org"
erjo@8058 11
pascal@15598 12 DEPENDS="thunar-vfs pkg-config"
erjo@10018 13
erjo@8058 14 # Rules to gen a SliTaz package suitable for Tazpkg.
erjo@8058 15 genpkg_rules()
erjo@8058 16 {
erjo@8058 17
erjo@8058 18 mkdir -p $fs/usr \
erjo@8058 19 $fs/usr/lib/ \
erjo@8058 20
pascal@15004 21 cp -a $install/usr/lib/*.*a $fs/usr/lib
pascal@15004 22 cp -a $install/usr/include $fs/usr
pascal@15004 23 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
erjo@8058 24
erjo@8058 25 }
erjo@8058 26