wok view transfig/receipt @ rev 22130

updated wifidog (1.1.5 -> 1.3.0)
author Hans-G?nter Theisgen
date Mon Nov 04 11:16:52 2019 +0100 (2019-11-04)
parents 416babe74368
children 271622a4c4d7
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 LICENSE="BSD"
9 TARBALL="$PACKAGE.$VERSION.tar.gz"
10 WEB_SITE="https://www.xfig.org/"
11 WGET_URL="http://downloads.sourceforge.net/mcj/$TARBALL"
13 DEPENDS="xorg xorg-libXpm libpng zlib"
14 BUILD_DEPENDS="xorg-imake xorg-libXpm-dev libpng-dev zlib-dev"
16 # Rules to configure and make the package.
17 compile_rules()
18 {
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 }