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

Add: description.txt and links revision.
author Leonardo Laporte <hackdorte@yandex.com>
date Thu Aug 03 07:12:33 2017 -0300 (2017-08-03)
parents
children 814c58f64f83
line source
1 # SliTaz package receipt.
3 PACKAGE="xorg-libXpm-util"
4 VERSION="3.5.10"
5 CATEGORY="x-window"
6 SHORT_DESC="X Pixmap utilities"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="other"
9 WEB_SITE="http://www.x.org/"
11 WANTED="xorg-libXpm"
12 DEPENDS="xorg-libXpm xorg-libXext 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 }