wok-stable annotate geanyvc/receipt @ rev 7560
Added /usr/share/aclocal to mysql-dev package.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Wed Dec 08 11:09:32 2010 +0000 (2010-12-08) |
parents | 8b79c3ee7ac2 |
children |
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@5001 | 8 DEPENDS="geany gtk+ expat xorg-libXdamage gtkspell" |
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 } |