wok view xfig/receipt @ rev 23696

Up libtcplay (3.3)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Apr 27 09:29:39 2020 +0000 (2020-04-27)
parents abe6b9e04ee5
children bb1b4a4c5a46
line source
1 # SliTaz package receipt.
3 PACKAGE="xfig"
4 VERSION="3.2.5b"
5 CATEGORY="x-window"
6 SHORT_DESC="Vector graphics editor for X."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="MIT"
9 TARBALL="$PACKAGE.$VERSION.full.tar.gz"
10 WEB_SITE="https://www.xfig.org/"
11 WGET_URL="http://downloads.sourceforge.net/mcj/$TARBALL"
12 SUGGESTED="transfig"
14 DEPENDS="jpeg libpng xorg xorg-libXp"
15 BUILD_DEPENDS="xorg-imake xorg-cf-files xorg-gccmakedep jpeg-dev \
16 libpng-dev xorg-libXp"
18 # Rules to configure and make the package.
19 compile_rules()
20 {
21 sed -i 's|/usr/local|/usr|;s|#define XAW3D|XCOMM &|' Imakefile
22 xmkmf &&
23 make &&
24 make DESTDIR=$DESTDIR install
25 }
27 # Rules to gen a SliTaz package suitable for Tazpkg.
28 genpkg_rules()
29 {
30 cp -a $install/* $fs
31 sed -i 's/^Fig\*Font:.*/Fig*Font:\t\t\tfixed/' $fs/etc/X11/app-defaults/Fig
32 }