wok annotate liblxqt-mount-dev/receipt @ rev 19008
busybox/fbvnc: wheelmouse support
| author | Pascal Bellard <pascal.bellard@slitaz.org> |
|---|---|
| date | Mon Mar 28 18:04:41 2016 +0200 (2016-03-28) |
| parents | 7aac542e058a |
| children | fc9203de5ff2 |
| 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" |
| al@16833 | 11 DEPENDS="liblxqt-mount" |
| 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 } |