wok-next view leafpad/receipt @ rev 21722

efivar: typo in post_install
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 01 10:31:46 2020 +0000 (2020-09-01)
parents d5aab818505e
children
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="devel@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="gtk2-dev libxrender-dev xorgproto intltool"
16 COOKOPTS="!pixmaps"
18 compile_rules() {
19 chmod +x install-sh
21 ./configure $CONFIGURE_ARGS &&
22 make &&
23 make install
24 }
26 genpkg_rules() {
27 copy leafpad
28 DEPENDS="gtk2 libxdamage"
29 TAGS="text-editor"
30 }