wok-next view leafpad/receipt @ rev 21017

Some maintenance
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Oct 16 16:46:05 2018 +0300 (2018-10-16)
parents 6befec62b46c
children d5aab818505e
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="gtk2-dev xorg-libXrender-dev xorg-xorgproto intltool"
16 COOKOPTS="!pixmaps"
18 compile_rules() {
19 chmod +x install-sh
21 ./configure $CONFIGURE_ARGS && make && make install
22 }
24 genpkg_rules() {
25 copy leafpad
26 DEPENDS="gtk2 xorg-libXdamage"
27 TAGS="text-editor"
28 }