wok-current view transfig/receipt @ rev 15235
h8300-gdb: remove wrong error trigger
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun Sep 22 21:01:33 2013 +0200 (2013-09-22) |
parents | |
children | 23c3aed67cd9 |
line source
1 # SliTaz package receipt.
3 PACKAGE="transfig"
4 VERSION="3.2.5d"
5 CATEGORY="x-window"
6 SHORT_DESC="Utilities for converting XFig figure files."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 TARBALL="$PACKAGE.$VERSION.tar.gz"
9 WEB_SITE="http://www.xfig.org/"
10 WGET_URL="http://downloads.sourceforge.net/mcj/$TARBALL"
12 DEPENDS="xorg xorg-libXpm libpng zlib"
13 BUILD_DEPENDS="xorg-imake xorg-libXpm-dev libpng-dev zlib-dev"
15 # Rules to configure and make the package.
16 compile_rules()
17 {
18 cd $src
19 sed -i 's|/usr/local|/usr|' */*akefile
20 xmkmf &&
21 make Makefiles &&
22 make &&
23 make DESTDIR=$DESTDIR install
24 }
26 # Rules to gen a SliTaz package suitable for Tazpkg.
27 genpkg_rules()
28 {
29 cp -a $install/* $fs
30 }