wok-next view meld/receipt @ rev 20678

Up clisp (2.50)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue May 15 02:59:03 2018 +0300 (2018-05-15)
parents 16df76e1fc6a
children c022997c7a57
line source
1 # SliTaz package receipt.
3 PACKAGE="meld"
4 VERSION="1.6.0"
5 CATEGORY="development"
6 SHORT_DESC="Visual diff and merge tool for GNOME."
7 MAINTAINER="slaxemulator@gmail.com"
8 LICENSE="GPL2"
9 TARBALL="$PACKAGE-$VERSION.tar.xz"
10 WEB_SITE="http://meldmerge.org/"
11 WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION:0:3}/$TARBALL"
13 DEPENDS="pygtk rarian"
14 BUILD_DEPENDS="pygtk-dev rarian-dev gnome-doc-utils intltool util-linux-getopt"
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 make prefix=/usr && make prefix=/usr DESTDIR=$DESTDIR install
20 }
22 # Rules to gen a SliTaz package suitable for Tazpkg.
23 genpkg_rules()
24 {
25 mkdir -p $fs/usr/share
26 cp -a $install/usr/bin $fs/usr
27 cp -a $install/usr/lib $fs/usr
28 cp -a $install/usr/share/meld $fs/usr/share
29 }