wok view geany-plugins/receipt @ rev 11659

xfe, Improve receipt
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Sun Feb 12 22:40:16 2012 +0100 (2012-02-12)
parents aeecd083b549
children 4ca3729bd5c4
line source
1 # SliTaz package receipt.
3 PACKAGE="geany-plugins"
4 VERSION="0.21"
5 CATEGORY="development"
6 SHORT_DESC="Additionnal plugins for Geany."
7 MAINTAINER="pankso@slitaz.org"
8 DEPENDS="enchant gtkspell geany lua"
9 BUILD_DEPENDS="enchant-dev gtkspell-dev geany-dev lua-dev intltool"
10 TARBALL="$PACKAGE-$VERSION.tar.gz"
11 WEB_SITE="http://plugins.geany.org/"
12 WGET_URL="$WEB_SITE/$PACKAGE/$TARBALL"
14 # Rules to configure and make the package.
15 compile_rules()
16 {
17 cd $src
18 ./configure --libexecdir=/usr/lib $CONFIGURE_ARGS &&
19 make && make install
20 }
22 # Rules to gen a SliTaz package suitable for Tazpkg.
23 genpkg_rules()
24 {
25 mkdir -p $fs/usr/lib/geany $fs/usr/share
26 cp -a $_pkg/usr/lib/geany $fs/usr/lib
27 cp -a $_pkg/usr/lib/geany-plugins $fs/usr/lib
28 cp -a $_pkg/usr/lib/geany-plugins $fs/usr/share
29 }