wok view geanyvc/receipt @ rev 6928

Up: elfutils to 0.149. Fixed it to build in clean chroot. Fixed it also to download sources with real wget by since sources are on https host. So now elfutils can download its sources just fine.
author Christopher Rogers <slaxemulator@gmail.com>
date Fri Oct 22 22:36:22 2010 +0000 (2010-10-22)
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 }