wok-next view leafpad/receipt @ rev 20443

The rest of my "home work" for update many packages (up to Xorg, GTK and Openbox) for Next and mainly for Next64. Since this point this repository is open for commits. Many errors are expected due to harfbuzz-freetype dependency loop...
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Feb 24 16:17:33 2018 +0200 (2018-02-24)
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 }