wok view xorg-libXpm-util/receipt @ rev 22760

updated findutils (4.6.0 -> 4.7.0)
author Hans-G?nter Theisgen
date Fri Jan 24 17:10:12 2020 +0100 (2020-01-24)
parents 814c58f64f83
children 4803265f63c1
line source
1 # SliTaz package receipt.
3 PACKAGE="xorg-libXpm-util"
4 VERSION="3.5.12"
5 CATEGORY="x-window"
6 SHORT_DESC="X Pixmap utilities."
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="other"
9 WEB_SITE="https://www.x.org/wiki/"
11 WANTED="xorg-libXpm"
12 DEPENDS="xorg-libXext xorg-libXpm xorg-libXt"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr
18 cp -a $install/usr/bin $fs/usr
19 }