wok-6.x diff transfig/receipt @ rev 14693
python-edje-dev: Up to 1.7.0-3
author | Dominique Corbex <domcox@slitaz.org> |
---|---|
date | Thu Jun 06 22:09:32 2013 +0200 (2013-06-06) |
parents | |
children | 23c3aed67cd9 |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/transfig/receipt Thu Jun 06 22:09:32 2013 +0200 1.3 @@ -0,0 +1,30 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="transfig" 1.7 +VERSION="3.2.5d" 1.8 +CATEGORY="x-window" 1.9 +SHORT_DESC="Utilities for converting XFig figure files." 1.10 +MAINTAINER="pascal.bellard@slitaz.org" 1.11 +TARBALL="$PACKAGE.$VERSION.tar.gz" 1.12 +WEB_SITE="http://www.xfig.org/" 1.13 +WGET_URL="http://downloads.sourceforge.net/mcj/$TARBALL" 1.14 + 1.15 +DEPENDS="xorg xorg-libXpm libpng zlib" 1.16 +BUILD_DEPENDS="xorg-imake xorg-libXpm-dev libpng-dev zlib-dev" 1.17 + 1.18 +# Rules to configure and make the package. 1.19 +compile_rules() 1.20 +{ 1.21 + cd $src 1.22 + sed -i 's|/usr/local|/usr|' */*akefile 1.23 + xmkmf && 1.24 + make Makefiles && 1.25 + make && 1.26 + make DESTDIR=$DESTDIR install 1.27 +} 1.28 + 1.29 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.30 +genpkg_rules() 1.31 +{ 1.32 + cp -a $install/* $fs 1.33 +}