wok-next annotate leafpad/receipt @ rev 20486

outguess: fix install path
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Mar 12 10:46:52 2018 +0100 (2018-03-12)
parents 2e9df1b30cc2
children f99935f1778a
rev   line source
al@20443 1 # SliTaz package receipt v2.
pankso@42 2
pankso@42 3 PACKAGE="leafpad"
slaxemulator@7807 4 VERSION="0.8.18.1"
pankso@201 5 CATEGORY="utilities"
al@20443 6 SHORT_DESC="Simple GTK text editor"
pankso@42 7 MAINTAINER="pankso@slitaz.org"
pascal@15000 8 LICENSE="GPL2"
al@20443 9 WEB_SITE="http://tarot.freeshell.org/leafpad/"
al@20443 10
pankso@42 11 TARBALL="$PACKAGE-$VERSION.tar.gz"
pankso@42 12 WGET_URL="http://savannah.nongnu.org/download/$PACKAGE/$TARBALL"
al@20443 13
al@20443 14 BUILD_DEPENDS="gtk+-dev xorg-libXrender-dev xorg-xproto intltool"
al@17382 15 GENERIC_PIXMAPS="no"
pankso@42 16
al@20443 17 compile_rules() {
pankso@16248 18 chmod +x install-sh
al@19129 19
al@19129 20 ./configure $CONFIGURE_ARGS && make && make install
pankso@42 21 }
pankso@42 22
al@20443 23 genpkg_rules() {
al@20443 24 copy leafpad
al@20443 25 DEPENDS="gtk+ xorg-libXdamage"
al@20443 26 TAGS="text-editor"
pankso@42 27 }