wok view geanyvc/receipt @ rev 10223

Up: gobject-introspection to 0.10.8.
author Christopher Rogers <slaxemulator@gmail.com>
date Sat May 21 00:02:58 2011 +0000 (2011-05-21)
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 }