# HG changeset patch # User Pascal Bellard # Date 1236362612 0 # Node ID 4c0e02536fe182563edde7099abd65fba1c0b682 # Parent 350ffb8ffbf6c77f3f8fc1280eddbc5635449e2d Add geanyvc (thanks Harald) diff -r 350ffb8ffbf6 -r 4c0e02536fe1 geanyvc/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/geanyvc/receipt Fri Mar 06 18:03:32 2009 +0000 @@ -0,0 +1,27 @@ +# SliTaz package receipt. + +PACKAGE="geanyvc" +VERSION="0.5" +CATEGORY="development" +SHORT_DESC="Geany plugin providing uniform access to different version-control systems." +MAINTAINER="klimach@hlrs.de" +DEPENDS="geany gtk+ expat" +BUILD_DEPENDS="geany-dev gtk+-dev expat-dev intltool" +TARBALL="$PACKAGE-$VERSION.tar.gz" +WEB_SITE="http://plugins.geany.org/geanyvc/" +WGET_URL="http://users.cosmostv.by/yurand/$PACKAGE/$TARBALL" + +# Rules to configure and make the package. +compile_rules() +{ + cd $src + ./configure --prefix=/usr $CONFIGURE_ARGS && + make && + make DESTDIR=$PWD/_pkg install +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + cp -a $_pkg/usr $fs +}