wok view geany-plugins/receipt @ rev 14117

dnsmasq: add DESTDIR
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Feb 25 17:17:17 2013 +0100 (2013-02-25)
parents 9918912967db
children 1887934be6bf
line source
1 # SliTaz package receipt.
3 PACKAGE="geany-plugins"
4 VERSION="0.21.1"
5 CATEGORY="development"
6 SHORT_DESC="Additionnal plugins for Geany."
7 MAINTAINER="pankso@slitaz.org"
8 DEPENDS="enchant gtkspell geany lua"
9 BUILD_DEPENDS="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 $fs/usr/share
26 cp -a $install/usr/lib/geany $fs/usr/lib
27 cp -a $install/usr/lib/geany-plugins $fs/usr/lib
28 cp -a $install/usr/share/geany-plugins $fs/usr/share
29 }