wok annotate liblxqt-mount-dev/receipt @ rev 24005

cdrkit: force catalog sort weight
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Jan 19 09:09:36 2021 +0000 (2021-01-19)
parents f34d85d9139a
children
rev   line source
al@16833 1 # SliTaz package receipt.
al@16833 2
al@16833 3 PACKAGE="liblxqt-mount-dev"
al@17221 4 VERSION="0.8.0"
al@16833 5 CATEGORY="development"
al@17221 6 SHORT_DESC="Library used to manage removable devices (development)"
al@16833 7 MAINTAINER="al.bobylev@gmail.com"
al@16833 8 LICENSE="LGPL2.1"
al@16833 9 WEB_SITE="https://github.com/lxde/liblxqt-mount"
al@16833 10 WANTED="liblxqt-mount"
pascal@19774 11 DEPENDS="liblxqt-mount pkg-config"
al@16833 12 TAGS="LXQt"
al@16833 13
al@16833 14 # Rules to gen a SliTaz package suitable for Tazpkg.
al@16833 15 genpkg_rules()
al@16833 16 {
al@16833 17 mkdir -p $fs/usr/lib
al@16833 18 cp -a $install/usr/include $fs/usr
al@16833 19 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
al@16833 20 cp -a $install/usr/share $fs/usr
al@16833 21 }