wok view gummi/receipt @ rev 20761

updated cairo again
author Hans-G?nter Theisgen
date Tue Feb 12 17:49:17 2019 +0100 (2019-02-12)
parents feb2e0c63d21
children d8649cbb02ee
line source
1 # SliTaz package receipt.
3 PACKAGE="gummi"
4 VERSION="0.6.1"
5 CATEGORY="office"
6 SHORT_DESC="LaTeX editor designed with simplicity in mind."
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="MIT"
9 TARBALL="$PACKAGE-$VERSION.tar.gz"
10 WEB_SITE="https://github.com/alexandervdm/gummi"
11 WGET_URL="http://dev.midnightcoding.org/attachments/download/239/$TARBALL"
13 DEPENDS="gtk+ gtksourceview gtkspell poppler"
14 BUILD_DEPENDS="gtk+-dev gtksourceview-dev gtkspell-dev intltool poppler-dev glib"
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 ./configure $CONFIGURE_ARGS &&
20 make LDFLAGS="-Wl,--copy-dt-needed-entries -lgthread-2.0" && make 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/share/gummi $fs/usr/share
29 }