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

Update some build dependencies
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Mar 24 12:53:44 2017 +0200 (2017-03-24)
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 }