wok-next view leafpad/receipt @ rev 20785

gpgme: add gnupg, since build can not find gpgconf and gpg
author Erkan Yilmaz <erkan@slitaz.org>
date Sat Jun 09 07:02:52 2018 +0000 (2018-06-09)
parents 2e9df1b30cc2
children f99935f1778a
line source
1 # SliTaz package receipt v2.
3 PACKAGE="leafpad"
4 VERSION="0.8.18.1"
5 CATEGORY="utilities"
6 SHORT_DESC="Simple GTK text editor"
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="http://tarot.freeshell.org/leafpad/"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="http://savannah.nongnu.org/download/$PACKAGE/$TARBALL"
14 BUILD_DEPENDS="gtk+-dev xorg-libXrender-dev xorg-xproto intltool"
15 GENERIC_PIXMAPS="no"
17 compile_rules() {
18 chmod +x install-sh
20 ./configure $CONFIGURE_ARGS && make && make install
21 }
23 genpkg_rules() {
24 copy leafpad
25 DEPENDS="gtk+ xorg-libXdamage"
26 TAGS="text-editor"
27 }