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

Up libffi, python, some python-* packages.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Jun 10 21:12:27 2017 +0300 (2017-06-10)
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 }