wok annotate leafpad/receipt @ rev 21756

logsurfer, mypaint: update url
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Jun 22 21:11:47 2019 +0200 (2019-06-22)
parents 5d53e8ccbc8d
children 3cdc90c472a2
rev   line source
pankso@42 1 # SliTaz package receipt.
pankso@42 2
pankso@42 3 PACKAGE="leafpad"
slaxemulator@7807 4 VERSION="0.8.18.1"
pankso@201 5 CATEGORY="utilities"
pankso@42 6 SHORT_DESC="GTK simple text editor."
pankso@42 7 MAINTAINER="pankso@slitaz.org"
pascal@15000 8 LICENSE="GPL2"
pankso@42 9 TARBALL="$PACKAGE-$VERSION.tar.gz"
pankso@42 10 WEB_SITE="http://tarot.freeshell.org/leafpad/"
pankso@42 11 WGET_URL="http://savannah.nongnu.org/download/$PACKAGE/$TARBALL"
al@17501 12 TAGS="text-editor"
pankso@16248 13 HOST_ARCH="i486 arm"
al@17382 14 GENERIC_PIXMAPS="no"
pankso@42 15
pascal@15000 16 DEPENDS="gtk+ xorg-libXdamage"
pankso@16248 17 BUILD_DEPENDS="gtk+-dev xorg-libXrender-dev xorg-xproto"
pascal@15000 18
pankso@42 19 # Rules to configure and make the package.
pankso@42 20 compile_rules()
pankso@42 21 {
pankso@16248 22 chmod +x install-sh
al@19129 23 patch -p1 -i $stuff/icon.patch
al@19129 24
al@19129 25 ./configure $CONFIGURE_ARGS && make && make install
pankso@42 26 }
pankso@42 27
pankso@42 28 # Rules to gen a SliTaz package suitable for Tazpkg.
pankso@42 29 genpkg_rules()
pankso@42 30 {
al@19129 31 mkdir -p $fs/usr
al@17382 32 cp -a $install/usr/bin $fs/usr
pankso@42 33 }