wok-next view xorg-xf86-input-synaptics-dev/receipt @ rev 19715

Fix building: pciutils, pcmanfm-legacy, arj
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat May 13 17:25:31 2017 +0300 (2017-05-13)
parents
children f463de72afe3
line source
1 # SliTaz package receipt.
3 PACKAGE="xorg-xf86-input-synaptics-dev"
4 VERSION="1.8.3"
5 CATEGORY="development"
6 SHORT_DESC="Xorg synaptics driver (development files)"
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="MIT"
9 WEB_SITE="https://www.x.org/wiki/"
11 WANTED="xorg-xf86-input-synaptics"
12 DEPENDS="xorg-xf86-input-synaptics"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 cook_copy_files *.h *.la *.pc
18 }