wok-next view meld/receipt @ rev 20068
Up libcanberra (gtk2 and gtk3 support), vala (0.36.4), dconf (0.26.0), gucharmap3 (10.0.0), pycairo (1.15.3), pygobject3 (3.26.0), libgtop. Add dconf-editor, gtksourceview3.
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Tue Oct 24 17:49:57 2017 +0300 (2017-10-24) |
parents | 380ffe05937a |
children | d43bf7aae921 |
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 pkg-config \
15 util-linux-getopt"
17 # Rules to configure and make the package.
18 compile_rules()
19 {
20 make prefix=/usr && make prefix=/usr DESTDIR=$DESTDIR install
21 }
23 # Rules to gen a SliTaz package suitable for Tazpkg.
24 genpkg_rules()
25 {
26 mkdir -p $fs/usr/share
27 cp -a $install/usr/bin $fs/usr
28 cp -a $install/usr/lib $fs/usr
29 cp -a $install/usr/share/meld $fs/usr/share
30 }