wok view xfig/receipt @ rev 16255

Up socat (2.0.0-b7)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Apr 04 16:24:21 2014 +0000 (2014-04-04)
parents bcd90ecb3091
children 4bbada6faade
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="http://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 mv $PACKAGE.$VERSION $src 2> /dev/null
22 cd $src
23 sed -i 's|/usr/local|/usr|;s|#define XAW3D|XCOMM &|' Imakefile
24 xmkmf &&
25 make &&
26 make DESTDIR=$DESTDIR install
27 }
29 # Rules to gen a SliTaz package suitable for Tazpkg.
30 genpkg_rules()
31 {
32 cp -a $install/* $fs
33 sed -i 's/^Fig\*Font:.*/Fig*Font:\t\t\tfixed/' $fs/etc/X11/app-defaults/Fig
34 }