wok annotate geanyvc/receipt @ rev 3886
perdition: ensure pidfile are valid
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Aug 12 18:13:06 2009 +0200 (2009-08-12) |
parents | 4c0e02536fe1 |
children | 9f19aee613be |
rev | line source |
---|---|
pascal@2373 | 1 # SliTaz package receipt. |
pascal@2373 | 2 |
pascal@2373 | 3 PACKAGE="geanyvc" |
pascal@2373 | 4 VERSION="0.5" |
pascal@2373 | 5 CATEGORY="development" |
pascal@2373 | 6 SHORT_DESC="Geany plugin providing uniform access to different version-control systems." |
pascal@2373 | 7 MAINTAINER="klimach@hlrs.de" |
pascal@2516 | 8 DEPENDS="geany gtk+ expat xorg-libXdamage" |
pascal@2373 | 9 BUILD_DEPENDS="geany-dev gtk+-dev expat-dev intltool" |
pascal@2373 | 10 TARBALL="$PACKAGE-$VERSION.tar.gz" |
pascal@2373 | 11 WEB_SITE="http://plugins.geany.org/geanyvc/" |
pascal@2373 | 12 WGET_URL="http://users.cosmostv.by/yurand/$PACKAGE/$TARBALL" |
pascal@2373 | 13 |
pascal@2373 | 14 # Rules to configure and make the package. |
pascal@2373 | 15 compile_rules() |
pascal@2373 | 16 { |
pascal@2373 | 17 cd $src |
pascal@2373 | 18 ./configure --prefix=/usr $CONFIGURE_ARGS && |
pascal@2373 | 19 make && |
pascal@2373 | 20 make DESTDIR=$PWD/_pkg install |
pascal@2373 | 21 } |
pascal@2373 | 22 |
pascal@2373 | 23 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@2373 | 24 genpkg_rules() |
pascal@2373 | 25 { |
pascal@2373 | 26 cp -a $_pkg/usr $fs |
pascal@2373 | 27 } |