wok-6.x diff diffuse/receipt @ rev 24124
updated transfig (3.2.5d -> 3.2.8b)
author | Hans-G?nter Theisgen |
---|---|
date | Wed Oct 06 10:26:09 2021 +0100 (2021-10-06) |
parents | |
children | 370da83187ab |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/diffuse/receipt Wed Oct 06 10:26:09 2021 +0100 1.3 @@ -0,0 +1,38 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="diffuse" 1.7 +VERSION="0.4.8" 1.8 +CATEGORY="utilities" 1.9 +SHORT_DESC="Graphical tool for merging and comparing text files." 1.10 +MAINTAINER="maintainer@slitaz.org" 1.11 +LICENSE="GPLv2+" 1.12 +WEB_SITE="https://sourceforge.net/projects/diffuse/" 1.13 + 1.14 +TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.15 +WGET_URL="${WEB_SITE}files/$PACKAGE/$VERSION/$TARBALL" 1.16 + 1.17 +DEPENDS="python pygtk" 1.18 +BUILD_DEPENDS="python" 1.19 + 1.20 +# Rules to configure and make the package. 1.21 +compile_rules() 1.22 +{ 1.23 + ./install.py \ 1.24 + --destdir=$install \ 1.25 + --prefix=/usr \ 1.26 + --files-only 1.27 +} 1.28 + 1.29 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.30 +genpkg_rules() 1.31 +{ 1.32 + mkdir -p $fs/usr/share 1.33 + 1.34 + cp -a $install/etc $fs 1.35 + cp -a $install/usr/bin $fs/usr 1.36 + cp -a $install/usr/share/applications $fs/usr/share 1.37 + cp -a $install/usr/share/diffuse $fs/usr/share 1.38 + cp -a $install/usr/share/gnome $fs/usr/share 1.39 + cp -a $install/usr/share/icons $fs/usr/share 1.40 + cp -a $install/usr/share/omf $fs/usr/share 1.41 +}