wok-next view gummi/receipt @ rev 21017
Some maintenance
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Tue Oct 16 16:46:05 2018 +0300 (2018-10-16) |
parents | 8e1b2a143eb3 |
children | d5aab818505e |
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="gtk2 gtksourceview gtkspell poppler"
14 BUILD_DEPENDS="gtk2-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 }