wok-next view l3afpad/receipt @ rev 21727

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