wok view geanyvc/receipt @ rev 12972

lxlauncher: add LDFLAGS
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Jun 01 14:03:50 2012 +0200 (2012-06-01)
parents 8b79c3ee7ac2
children 2b820e6838f5
line source
1 # SliTaz package receipt.
3 PACKAGE="geanyvc"
4 VERSION="0.5"
5 CATEGORY="development"
6 SHORT_DESC="Geany plugin providing uniform access to different version-control systems."
7 MAINTAINER="klimach@hlrs.de"
8 DEPENDS="geany gtk+ expat xorg-libXdamage gtkspell"
9 BUILD_DEPENDS="geany-dev gtk+-dev expat-dev intltool"
10 TARBALL="$PACKAGE-$VERSION.tar.gz"
11 WEB_SITE="http://plugins.geany.org/geanyvc/"
12 WGET_URL="http://users.cosmostv.by/yurand/$PACKAGE/$TARBALL"
14 # Rules to configure and make the package.
15 compile_rules()
16 {
17 cd $src
18 ./configure --prefix=/usr $CONFIGURE_ARGS &&
19 make &&
20 make DESTDIR=$PWD/_pkg install
21 }
23 # Rules to gen a SliTaz package suitable for Tazpkg.
24 genpkg_rules()
25 {
26 cp -a $_pkg/usr $fs
27 }