wok-6.x diff doxygen/receipt @ rev 19272
xz: enable lzma update
author | Richard Dunbar <mojo@slitaz.org> |
---|---|
date | Mon Jul 04 11:33:24 2016 -0400 (2016-07-04) |
parents | 7a4a1829e9f7 |
children | f6af821600e6 |
line diff
1.1 --- a/doxygen/receipt Tue Mar 29 01:09:50 2011 +0000 1.2 +++ b/doxygen/receipt Mon Jul 04 11:33:24 2016 -0400 1.3 @@ -5,12 +5,13 @@ 1.4 CATEGORY="development" 1.5 SHORT_DESC="Source code documentation generator tool." 1.6 MAINTAINER="pascal.bellard@slitaz.org" 1.7 +LICENSE="GPL2" 1.8 TARBALL="$PACKAGE-$VERSION.src.tar.gz" 1.9 -BUILD_DEPENDS="perl graphviz flex" 1.10 WEB_SITE="http://www.stack.nl/~dimitri/doxygen/" 1.11 WGET_URL="ftp://ftp.stack.nl/pub/users/dimitri/$TARBALL" 1.12 TAGS="language documentation" 1.13 1.14 +BUILD_DEPENDS="perl graphviz flex" 1.15 1.16 # Rules to configure and make the package. 1.17 compile_rules() 1.18 @@ -19,13 +20,13 @@ 1.19 ./configure --shared --prefix /usr --docdir /usr/share/doc \ 1.20 --install /usr/bin/install && 1.21 make && 1.22 - make DESTDIR=$PWD/_pkg install 1.23 + make DESTDIR=$DESTDIR install 1.24 } 1.25 1.26 # Rules to gen a SliTaz package suitable for Tazpkg. 1.27 genpkg_rules() 1.28 { 1.29 mkdir -p $fs/usr 1.30 - cp -a $_pkg/usr/bin $fs/usr 1.31 + cp -a $install/usr/bin $fs/usr 1.32 } 1.33