wok-next view ghex/receipt @ rev 20637

ghostscript: update (b)deps (avoid jpeg / libjpeg-turbo to be in the same package)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Apr 27 16:32:16 2018 +0300 (2018-04-27)
parents 757d032c55c7
children d6378d455338
line source
1 # SliTaz package receipt v2.
3 PACKAGE="ghex"
4 VERSION="2.24.0"
5 CATEGORY="x-window"
6 SHORT_DESC="GHex is a simple binary editor"
7 MAINTAINER="samuel_trassare@yahoo.com"
8 LICENSE="GPL2"
9 WEB_SITE="http://directory.fsf.org/wiki/Ghex"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="http://ftp.acc.umu.se/pub/GNOME/sources/$PACKAGE/${VERSION%.*}/$TARBALL"
14 BUILD_DEPENDS="gtk+-dev gnome-doc-utils libgnomeui-dev libbonoboui-dev \
15 libgnome-dev libbonobo-dev libbonoboui-dev libgnome-keyring-dev \
16 libgnomeprintui-dev intltool"
18 compile_rules() {
19 export LDFLAGS="$LDFLAGS -Wl,--copy-dt-needed-entries -lm"
21 # GHex2 cannot display help without Yelp. Removing help references.
22 patch -Np1 -i $stuff/ghex2-remove-help.patch
24 ./configure \
25 --disable-schemas-install \
26 --disable-scrollkeeper \
27 $CONFIGURE_ARGS &&
28 fix libtool &&
29 make &&
30 make DESTDIR=$install install
31 }
33 genpkg_rules() {
34 copy @std
35 DEPENDS="gtk+ libgnomeui libgnomeprintui libgnome-keyring"
36 }