wok-next view xorg-xwd/receipt @ rev 21037

Small updates.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Nov 06 16:35:54 2018 +0200 (2018-11-06)
parents f99935f1778a
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="xorg-xwd"
4 VERSION="1.0.7"
5 CATEGORY="x-window"
6 SHORT_DESC="Dump current contents of X window or screen to file"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="MIT"
9 WEB_SITE="https://www.x.org/wiki/"
10 LFS="http://www.linuxfromscratch.org/blfs/view/svn/x/x7app.html"
11 REPOLOGY="xwd"
13 TARBALL="xwd-$VERSION.tar.bz2"
14 WGET_URL="$XORG_MIRROR/app/$TARBALL"
16 BUILD_DEPENDS="xorg-util-macros xorg-libX11-dev xorg-xorgproto xorg-libxkbfile-dev"
18 compile_rules() {
19 ./configure $CONFIGURE_ARGS &&
20 fix libtool &&
21 make &&
22 make install
23 }
25 genpkg_rules() {
26 copy @std
27 DEPENDS="xorg-libX11 xorg-libxkbfile"
28 }