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

vlc: add hicolor-icon-theme -> post-install misses index.theme
author Erkan Yilmaz <erkan@slitaz.org>
date Mon Dec 23 15:29:27 2019 +0000 (2019-12-23)
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 }