wok diff doxygen/receipt @ rev 16692

glibc-base: add more default locales (see glibc' gconv); remove timezone files (now in locale-* packages).
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri May 23 05:07:32 2014 +0300 (2014-05-23)
parents 7a4a1829e9f7
children f6af821600e6
line diff
     1.1 --- a/doxygen/receipt	Tue Mar 29 01:09:50 2011 +0000
     1.2 +++ b/doxygen/receipt	Fri May 23 05:07:32 2014 +0300
     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