wok annotate pcmanfm-qt-dev/receipt @ rev 20460

Remove py3k7, up py3k (3.7.0)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Oct 10 16:24:34 2018 +0200 (2018-10-10)
parents 44cb6517e19a
children
rev   line source
al@16833 1 # SliTaz package receipt.
al@16833 2
al@16833 3 PACKAGE="pcmanfm-qt-dev"
al@17222 4 VERSION="0.8.0"
al@16833 5 CATEGORY="development"
al@17222 6 SHORT_DESC="File manager and desktop icon manager (Qt port of PCManFM and libfm) (development)"
al@16833 7 MAINTAINER="al.bobylev@gmail.com"
al@16833 8 LICENSE="LGPL2.1"
al@16833 9 WEB_SITE="https://github.com/lxde/pcmanfm-qt"
al@16833 10 TAGS="LXQt"
al@16833 11
al@16833 12 WANTED="pcmanfm-qt"
pascal@19774 13 DEPENDS="pcmanfm-qt pkg-config"
al@16833 14
al@16833 15 # Rules to gen a SliTaz package suitable for Tazpkg.
al@16833 16 genpkg_rules()
al@16833 17 {
al@16833 18 mkdir -p $fs/usr/lib
al@16833 19 cp -a $install/usr/include $fs/usr
al@16833 20 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
al@16833 21 }