wok-next annotate l3afpad/receipt @ rev 21529

updated buildroot (2014.08 -> 2020.05)
author Hans-G?nter Theisgen
date Sat Jun 20 16:34:10 2020 +0100 (2020-06-20)
parents f48456621a9d
children
rev   line source
al@20967 1 # SliTaz package receipt v2.
pascal@15721 2
pascal@15721 3 PACKAGE="l3afpad"
al@20967 4 VERSION="0.8.18.1.11"
pascal@15721 5 CATEGORY="utilities"
pascal@15721 6 SHORT_DESC="Simple text editor forked from Leafpad, supports GTK+ 3.x"
pascal@15721 7 MAINTAINER="al.bobylev@gmail.com"
pascal@15721 8 LICENSE="LGPL2.1"
al@20967 9 WEB_SITE="https://github.com/stevenhoneyman/l3afpad"
pascal@15721 10
al@20967 11 TARBALL="$PACKAGE-$VERSION.tar.gz"
al@20967 12 WGET_URL="https://github.com/stevenhoneyman/l3afpad/archive/v$VERSION.tar.gz"
pascal@15721 13
al@21017 14 BUILD_DEPENDS="automake gtk3-dev intltool"
al@20967 15
al@20967 16 compile_rules() {
al@20967 17 ./autogen.sh &&
al@20967 18 ./configure $CONFIGURE_ARGS &&
pascal@15721 19 make &&
pascal@15721 20 make install
pascal@15721 21 }
pascal@15721 22
al@20967 23 genpkg_rules() {
al@20967 24 copy @std @ico
al@20967 25 rm -r $fs/usr/share/pixmaps/
al@21105 26 DEPENDS="libcairo glib gtk3 pango"
al@20967 27 TAGS="text-editor"
pascal@15721 28 }