wok view xorg-libXcursor-dev/receipt @ rev 22431
OpenSSL 1.0.2t -> 1.0.2u: overflow bug CVE-2019-1551
author | Erkan Yilmaz <erkan@slitaz.org> |
---|---|
date | Sat Dec 21 08:52:40 2019 +0000 (2019-12-21) |
parents | 814c58f64f83 |
children |
line source
1 # SliTaz package receipt.
3 PACKAGE="xorg-libXcursor-dev"
4 VERSION="1.2.0"
5 CATEGORY="development"
6 SHORT_DESC="Development files for libXcursor."
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="other"
9 WEB_SITE="https://www.x.org/wiki/"
11 DEPENDS="pkg-config xorg-libXcursor xorg-libXfixes-dev xorg-libXrender-dev"
12 WANTED="xorg-libXcursor"
14 HOST_ARCH="i486 arm"
16 # Rules to gen a SliTaz package suitable for Tazpkg.
17 genpkg_rules()
18 {
19 mkdir -p $fs/usr/share/licenses
20 mkdir -p $fs/usr/lib
22 cp -a $src/COPYING $fs/usr/share/licenses/${PACKAGE%-dev}.txt
23 cp -a $install/usr/include $fs/usr
24 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
25 cp -a $install/usr/lib/*.la $fs/usr/lib
26 }