wok-6.x annotate gummi/receipt @ rev 21577
qbittorrent: try gcc83
author | Hans-G?nter Theisgen |
---|---|
date | Sun May 19 15:28:18 2019 +0100 (2019-05-19) |
parents | d8649cbb02ee |
children | 5ea0ce1cecc0 |
rev | line source |
---|---|
pankso@11696 | 1 # SliTaz package receipt. |
pankso@11696 | 2 |
pankso@11696 | 3 PACKAGE="gummi" |
Hans-G?nter@21016 | 4 VERSION="0.6.6" |
pankso@11696 | 5 CATEGORY="office" |
Hans-G?nter@21017 | 6 TAGS="editor LaTeX" |
pankso@11696 | 7 SHORT_DESC="LaTeX editor designed with simplicity in mind." |
pankso@11696 | 8 MAINTAINER="pankso@slitaz.org" |
pascal@15600 | 9 LICENSE="MIT" |
Hans-G?nter@21016 | 10 WEB_SITE="https://github.com/alexandervdm/gummi" |
Hans-G?nter@21016 | 11 |
pankso@11696 | 12 TARBALL="$PACKAGE-$VERSION.tar.gz" |
Hans-G?nter@21016 | 13 WGET_URL="https://github.com/alexandervdm/$PACKAGE/releases/download/$VERSION/$TARBALL" |
pankso@11696 | 14 |
gokhlayeh@12068 | 15 DEPENDS="gtk+ gtksourceview gtkspell poppler" |
Hans-G?nter@21016 | 16 BUILD_DEPENDS="glib gtk+-dev gtksourceview-dev gtkspell-dev intltool poppler-dev" |
pankso@11696 | 17 |
pankso@11696 | 18 # Rules to configure and make the package. |
pankso@11696 | 19 compile_rules() |
pankso@11696 | 20 { |
pankso@11696 | 21 ./configure $CONFIGURE_ARGS && |
Hans-G?nter@21016 | 22 make LDFLAGS="-Wl,--copy-dt-needed-entries -lgthread-2.0" -j 1 && |
Hans-G?nter@21016 | 23 make install |
pankso@11696 | 24 } |
pankso@11696 | 25 |
pankso@11696 | 26 # Rules to gen a SliTaz package suitable for Tazpkg. |
pankso@11696 | 27 genpkg_rules() |
pankso@11696 | 28 { |
pankso@11696 | 29 mkdir -p $fs/usr/share |
Hans-G?nter@21016 | 30 cp -a $install/usr/bin $fs/usr |
Hans-G?nter@21016 | 31 cp -a $install/usr/share/gummi $fs/usr/share |
pankso@11696 | 32 } |