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

security fixes from 0.3.1.9 (2017 Dec 1) and 0.3.1.10 (March 3)... further info: https://blog.torproject.org/new-stable-tor-releases-security-fixes-and-dos-prevention-03210-03110-02915
author Erkan Yilmaz <erkan@slitaz.org>
date Tue Mar 27 11:09:07 2018 +0000 (2018-03-27)
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 }